Actually, `mute` and `unmute` _are_ fired on original track. Was using `onmute` and `onunmute` instead of `addEventListener()`. `unmute` event is still dispatched even when no media packets are being transmitted after `addTrack(track)`. Chromium in particular can toggle between `muted === true` and `muted === false` without any media packets being transmitted whatsoever. -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2506#issuecomment-616180081 using your GitHub accountReceived on Sunday, 19 April 2020 16:46:48 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:50 UTC