Skip to content

Commit 19a56c9

Browse files
committed
updated test creds
1 parent 3e80ff4 commit 19a56c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

livestreaming_tutorial/lib/livestream_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class LiveStreamScreen extends StatefulWidget {
1111
}
1212

1313
class _LiveStreamScreenState extends State<LiveStreamScreen> {
14-
final callId = "demo12345";
14+
final callId = "D43og1xeBlSx";
1515
Call? _livestreamCall;
1616

1717
@override

livestreaming_tutorial/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Future<void> main() async {
1717
role: 'admin'
1818
),
1919
),
20-
userToken: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3Byb250by5nZXRzdHJlYW0uaW8iLCJzdWIiOiJ1c2VyL1RhbG9uX0thcnJkZSIsInVzZXJfaWQiOiJUYWxvbl9LYXJyZGUiLCJ2YWxpZGl0eV9pbl9zZWNvbmRzIjo2MDQ4MDAsImlhdCI6MTczNzcxNDU0MiwiZXhwIjoxNzM4MzE5MzQyfQ.mroo_g3_UNMWokded07DCx34d8VX6pBhyuEpzD1ZBGE',
20+
userToken: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3Byb250by5nZXRzdHJlYW0uaW8iLCJzdWIiOiJ1c2VyL0dpbGFkX1BlbGxhZW9uIiwidXNlcl9pZCI6IkdpbGFkX1BlbGxhZW9uIiwidmFsaWRpdHlfaW5fc2Vjb25kcyI6NjA0ODAwLCJpYXQiOjE3Mzc3MTQ5NzcsImV4cCI6MTczODMxOTc3N30.h-lqD7KPZCq7G6izI-73XO9nOC5ZahpGIHbzWfFmKOw',
2121
);
2222

2323
// For connecting anonymous users

livestreaming_tutorial/lib/view_livestream_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ViewLivestreamScreen extends StatefulWidget {
99
}
1010

1111
class _ViewLivestreamScreenState extends State<ViewLivestreamScreen> {
12-
final callId = "demo12345";
12+
final callId = "D43og1xeBlSx";
1313

1414
Call? _livestreamCall;
1515

0 commit comments

Comments
 (0)