feat: add ffi datachannel & mute events (#88)
This commit is contained in:
@@ -15,7 +15,7 @@ thiserror = "1.0"
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
webrtc-sys = { path = "../webrtc-sys", version = "0.1.1" }
|
||||
lazy_static = "1.4"
|
||||
parking_lot = { version = "0.12.1", features = ["send_guard"] }
|
||||
parking_lot = { version = "0.12.1" }
|
||||
futures = { version = "0.3" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
cxx = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user