Skip to content

Commit

Permalink
webrtc-sys needs to be updated (livekit#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
typester authored and root committed Feb 19, 2025
1 parent b901dec commit 4a589bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .nanpa/bump-webrtc-sys.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
patch type="added" package="webrtc-sys" "Expose DataChannel.bufferedAmount property"
patch type="fixed" package="libwebrtc" "Fix build issue"
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libwebrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ thiserror = "1.0"
jni = "0.21"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
webrtc-sys = { path = "../webrtc-sys", version = "0.3.5" }
livekit-runtime = { path = "../livekit-runtime", version = "0.3.0" }
webrtc-sys = { workspace = true }
livekit-runtime = { workspace = true }
lazy_static = "1.4"
parking_lot = { version = "0.12" }
tokio = { version = "1", default-features = false, features = ["sync", "macros"] }
Expand Down

0 comments on commit 4a589bb

Please sign in to comment.