rust-sdks icon indicating copy to clipboard operation
rust-sdks copied to clipboard

LiveKit real-time SDK and server API for Rust

Results 97 rust-sdks issues
Sort by recently updated
recently updated
newest added

## 🤖 New release * `livekit-protocol`: 0.5.1 -> 0.5.2 (✓ API compatible changes) * `webrtc-sys`: 0.3.16 -> 0.3.17 (✓ API compatible changes) * `libwebrtc`: 0.3.19 -> 0.3.20 (✓ API compatible...

This change is needed for the same reason as b776e64a3e1a33b92ffe94ffba389a318ae87f41 (#722): A change in the resampler API introduced in libwebrtc m137 caused the output frame's samples_per_channel_ property to remain uninitialized....

This is a fix for: https://github.com/livekit/rust-sdks/issues/481, which was just closed again, likely due to inactivity. **Problem:** The reconnection logic doesn't properly honor the reconnection interval. The interval starts counting from...

Nice-to-have: - [ ] Swift 6 manual fixes (if needed) Reference: https://github.com/kriswuollett/uniffi-rs/tree/c3b3149c709af148ad65a5b81f7b7de21748ac64/examples/app/swift-package

i am using livekit sdk on Jetson AGX orin . i saw the feature: https://github.com/livekit/rust-sdks/pull/656 how can i use this feature? i am using the livekit python SDK on rtc...

Summary of changes: - Adds _RoomEvent::ParticipantActive_ - Exposes participant state Going forward, users who are publishing data in response to participants joining should respond to the new _ParticipantActive_ event rather...

after send FfiRequest::LocalTrackMuteRequest, remote participants don't receive TrackMuted/TrackUnmuted room event