rust-sdks
rust-sdks copied to clipboard
[WIP] Full RPC implementation
This is an alternative to https://github.com/livekit/rust-sdks/pull/457 which will implement the entire RPC feature in the Rust SDK and expose it via FFI to simplify the implementation of dependent SDKs, rather than just implementing the data packet sends and receives. Basically its a complete reimplementation of https://github.com/livekit/node-sdks/pull/276 in Rust.