livekit / rust-sdks

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

Update to livekit-protocol v1.23.0 (Stubs only), fix tests #458

Closed bcherry closed 1 month ago

bcherry commented 1 month ago

There's a lot of new stuff that landed in protocol recently and is breaking the rust build since it doesn't implement them:

To unblock people trying to build on these, I stubbed everything out in here so it compiles.

While I was at it, I fixed the broken tests in main. CI is still red because there are broken builds for a few platforms we aren't actively deploying to. I didn't address that.