Initial Room

Switching computer
This commit is contained in:
Théo Monnom
2022-10-29 00:11:10 +02:00
parent 2ecae706a9
commit 3630e93054
47 changed files with 1783 additions and 980 deletions
+2
View File
@@ -472,6 +472,7 @@ dependencies = [
"futures-util",
"lazy_static",
"livekit-webrtc",
"parking_lot",
"prost",
"prost-build",
"prost-types",
@@ -931,6 +932,7 @@ dependencies = [
name = "simple_room"
version = "0.1.0"
dependencies = [
"futures",
"livekit",
"tokio",
"tracing",