livekit / rust-sdks

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

Not receiving `TrackMuted` or `ActiveSpeakersChanged` events #358

Closed maxbrunsfeld closed 3 months ago

maxbrunsfeld commented 4 months ago

In my simple test app, I do not seem to receive events about muting, unmuting, or active speakers changing. Is there anything I need to opt into in order to receive these events?

To reproduce in a fairly minimal test app, checkout this branch of Zed, and run

cargo run -p live_kit_client --example test_app

It connects to a live kit server on the default port, 7880.