Re: [webrtc-pc] Recycling an m= section may not remove the old transceiver's remote track from its stream

> Local offer stopping transceiver.

@taylor-b I think there's some confusion here. Do you mean Local offer setting direction to `recvonly`?

`transceiver.stop()` fires the ended event on remote tracks on both ends thanks to:

*"In addition, since the receiver's [[ReceiverTrack]] has ended, the steps described in track ended MUST be followed."*

But it doesn't remove the track from its stream. That's something we only added for `direction`.


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

Received on Thursday, 8 March 2018 04:07:12 UTC