rust-sdks
rust-sdks copied to clipboard
LiveKit real-time SDK and server API for Rust
should fix a race condition where in node-sdks `await room.disconnect()` doesn't wait for the room status update to change. draft because it doesn't work reliably yet: patched node-sdks still fails...
Hey everyone, Amazing work. First time that I run a webrtc framework and it just works :) I am however wondering if there is any plans on supporting custom ca...
It looks like the prebuilt WebRTC library downloaded by the `libwebrtc-sys` build links the windows `C Runtime Library` statically, as opposed to dynamically, which causes linker errors when using other...
`livekit` is using `libwebrtc` with versoin `0.3.4`, sadly on [crates.io](https://crates.io/crates/libwebrtc/versions) only versoin `0.3.2` is released.
This is an alternative to https://github.com/livekit/rust-sdks/pull/457 which will implement the [entire RPC feature](https://www.notion.so/native/livekit/RPC-Proposal-435567131ce64077aa4466fafc2fb407?pvs=4&deepLinkOpenNewTab=true) in the Rust SDK and expose it via FFI to simplify the implementation of dependent SDKs, rather...
This works with https://github.com/livekit/node-sdks/pull/276 and https://github.com/livekit/livekit/pull/3067 but is likely to be superseded by https://github.com/livekit/rust-sdks/pull/461
These look like they've been broken for 8 months - can we disable them in CI so it's easier to spot real issues when they arise? I found a fixed...