- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Feb 2018 19:41:19 +0000
- To: public-webrtc-logs@w3.org
@fippo The clue is in the end of that sentence: ``` , and if the MediaStreamTrack is not already muted, a muted event is fired at the track. ``` Importantly, it is muted, not ended. I.e. `receiver.track` still very much [alive](https://w3c.github.io/mediacapture-main/getusermedia.html#dom-mediastreamtrackstate), it's just (temporarily) removed from its stream(s). -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1756#issuecomment-362685924 using your GitHub account
Received on Friday, 2 February 2018 19:41:21 UTC