livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
184 stars 44 forks source link

Breaking change in livekit-api 0.3.4 #363

Open sdroege opened 2 months ago

sdroege commented 2 months ago

The signal-client feature was removed and replaced by signal-client-tokio, which among other things breaks compilation of the GStreamer livekit plugin.

sdroege commented 1 month ago

The GStreamer webrtc plugin is released for now with a < 0.3.4 dependency.

davidzhao commented 1 month ago

@sdroege sorry about that, we'll submit a PR soon to fix the breakage.

sdroege commented 4 weeks ago

Any updates on this?