Skip to content

Commit eb18975

Browse files
author
MritunjayTiwari14
committed
example_data: Add defaults for video chat configs
Added defaults value for realmJitsiServerUrl and realmVideoChatProvider
1 parent 9c77237 commit eb18975

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/example_data.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,8 @@ InitialSnapshot initialSnapshot({
13361336
RealmWildcardMentionPolicy? realmWildcardMentionPolicy,
13371337
bool? realmMandatoryTopics,
13381338
String? realmName,
1339+
String? realmJitsiServerUrl,
1340+
int? realmVideoChatProvider,
13391341
int? realmWaitingPeriodThreshold,
13401342
int? realmMessageContentDeleteLimitSeconds,
13411343
bool? realmAllowMessageEditing,
@@ -1414,6 +1416,8 @@ InitialSnapshot initialSnapshot({
14141416
realmUsers: realmUsers ?? [selfUser],
14151417
realmNonActiveUsers: realmNonActiveUsers ?? [],
14161418
crossRealmBots: crossRealmBots ?? [],
1419+
realmJitsiServerUrl: realmJitsiServerUrl ?? 'https://meet.jit.si',
1420+
realmVideoChatProvider: realmVideoChatProvider ?? 0,
14171421
);
14181422
}
14191423
const _initialSnapshot = initialSnapshot;

0 commit comments

Comments
 (0)