v0.4.0
Breaking changes from v0.3.3
Room.e2ee_manager
is now a@property
instead of afunction
Room.run
has been removed and is automatically being launched on a background task byRoom.connect
- This means you need to make sure you register to the room events before connecting otherwise you might miss some events in a bad timing.
What's Changed
- feat: max stream capacity & fix leaks when stream ends by @theomonnom in #59
- fix: keep events order & eventloops improvements by @theomonnom in #60
- feat: add eos events by @theomonnom in livekit/rust-sdks#184
- feat: automatically switch to ws protocol when using http by @theomonnom in livekit/rust-sdks#186
- fix: publisher migration failures & wait for subscriber pc on initial connection by @theomonnom in livekit/rust-sdks#187
Full Changelog: v0.3.3...v0.4.0