feat: add ffi datachannel & mute events (#88)
This commit is contained in:
+3
-4
@@ -26,10 +26,9 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio-tungstenite = { version = "0.19" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
parking_lot = { version = "0.12.1", features = ["send_guard"] }
|
||||
parking_lot = { version = "0.12.1" }
|
||||
url = "2.3"
|
||||
futures-util = "0.3"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
|
||||
thiserror = "1.0"
|
||||
lazy_static = "1.4"
|
||||
tracing = "0.1"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user