mirror of
https://github.com/livekit/livekit.git
synced 2026-05-14 22:45:20 +00:00
cadf3bf649
Till now only video was using simulated publish when migrating on mute. But, with `pauseUpstream() + replaceTrack(null)`, it is possible that client does not send any data when muted. I do not think there is a problem to do this (even when cleint is actually using mute which sends silence frames).