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

> Firefox should be unmuting correctly (only once packets arrive). Chrome has bugs here.

Does the `canvas` itself with only `stream = canvas.captureStream(); pc1.addTrack(stream.getVideoTracks()[0]);` qualify as "only once packets arrive"? Does a `canvas` without any image drawn onto it at all quality as "packets"? Or, is "only once packets arrive" the `MediaStreamTrack` itself, a WebRTC network communications term for making a connection. What is the definition of "packets" used in this case? 

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

Received on Monday, 20 April 2020 13:55:09 UTC