updated controls, android compatiblity

This commit is contained in:
David Zhao
2021-08-06 21:22:34 -07:00
parent 509a037936
commit 2eda3ae25f
5 changed files with 103 additions and 26 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ class PreConnect extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return _PreConnectState(
'ws://localhost:7880',
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE5ODQzNDMyMzUsImlzcyI6IkFQSU1teGlMOHJxdUt6dFpFb1pKVjlGYiIsImp0aSI6InNlY29uZCIsIm5iZiI6MTYyNDM0MzIzNSwidmlkZW8iOnsicm9vbSI6Im15cm9vbSIsInJvb21Kb2luIjp0cnVlfX0.USJmnqcLabtsX5A0ZIjguG7jnbVkbZxi5RyPxLOXgOg',
'<livekit_host>',
'<access_token>',
);
}
}