* fix: wrong ice_restart value by theomonnom in https://github.com/livekit/client-sdk-rust/pull/178 * fix: cancelled negotiation by theomonnom in https://github.com/livekit/client-sdk-rust/pull/180 * fix: negotiate only once by theomonnom in https://github.com/livekit/client-sdk-rust/pull/179
0.3.1
Breaking changes from v0.2.*
`AudioSource.__init__()` now requires two parameters: `sample_rate` and `num_channels` `AudioSource.capture_frame` is now async and automatically handle the clock synchronisation
What's Changed * fix muted/unmuted events by theomonnom in https://github.com/livekit/client-sdk-rust/pull/171 * more debugging logs by theomonnom in https://github.com/livekit/client-sdk-rust/pull/176 * feat: ffi improvements by theomonnom in https://github.com/livekit/client-sdk-python/pull/50 https://github.com/livekit/client-sdk-rust/pull/164 * end-to-end encryption by cloudwebrtc theomonnom in https://github.com/livekit/client-sdk-python/pull/48 https://github.com/livekit/client-sdk-rust/pull/161