feat: add ffi datachannel & mute events (#88)

This commit is contained in:
Théo Monnom
2023-06-18 22:45:05 +02:00
committed by GitHub
parent 33dfcb27b0
commit 25f4c9a075
69 changed files with 1934 additions and 1546 deletions
+1 -1
View File
@@ -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"