adding in basic code to joiin room

This commit is contained in:
talksik
2023-06-30 16:59:34 -07:00
parent 768fb53138
commit 67b82e2261
10 changed files with 423 additions and 10 deletions
+25
View File
@@ -0,0 +1,25 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "flutter_livekit_desktop_client",
"request": "launch",
"type": "dart"
},
{
"name": "flutter_livekit_desktop_client (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "flutter_livekit_desktop_client (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}