independant SignalClient, SignalStream & events
SignalStream holds the connection to the websocket. It can be replaced at each connection
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user