Re: [webrtc-pc] On track removal: Should you mute an already muted track? (#2506)

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 account

Received on Sunday, 19 April 2020 16:46:48 UTC