Re: [webrtc-pc] need to clear [[AssociatedMediaStreams]] in removeTrack?

@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