independant SignalClient, SignalStream & events

SignalStream holds the connection to the websocket. It can be replaced at each connection
This commit is contained in:
Théo Monnom
2022-10-08 23:00:56 +02:00
parent 410bbbb5ed
commit c1326dab93
7 changed files with 323 additions and 237 deletions
+1 -1
View File
@@ -2,6 +2,7 @@
name = "livekit-core"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[dependencies]
serde = { version = "1", features = ["derive"] }
@@ -14,7 +15,6 @@ futures-util = "0.3.23"
thiserror = "1.0"
prost = "0.11.0"
prost-types = "0.11.1"
anyhow = "1.0.63"
livekit-webrtc = { path = "../livekit-webrtc" }
lazy_static = "1.4.0"
tracing = "0.1"