mirror of
https://github.com/livekit/livekit.git
synced 2026-04-01 00:05:40 +00:00
* Move subscribe/unsubscribe queue to participant. As subscribe/unsubscribe operation can come from both local media track or remote media track, participant needs to have it. * Remove comment * Stop reneg timer on close * address comments