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

> I can't find the relevant spec reference for this, but we should only fire onunmute when we've received RTP packets (and have a decoded frame to render?).

At both Nightly and Chromium when `unmute` event is attached within `ontrack` `unmute` is _only_ fired on the remote track and `muted` attribute is set to false  - whether packets are sent from local track and received at remote track or not. `unmute` event is _not_ fired on the original local track passed to `addTrack()`.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2506#issuecomment-616176219 using your GitHub account

Received on Sunday, 19 April 2020 16:29:07 UTC