mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 19:55:41 +00:00
As there is a queue to send dynacast update, forcing an update on unmute should be fine. That will send the current state. If the subscribers change it, an update will be sent as necessary. This addresses the case of subscription changes happening when the published track is muted. Dynacast updates are not sent when publisher tarck is muted. If on unmute, if subscribers do not have any changes, an update is missed (i. e. the changes that happen when publisher track is muted is not sent).