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

> I guess my assumption, which may be incorrect, was that a rejected (port 0) m= section would be interpreted as having an inactive direction, and thus would cause tracks to be removed.

I see [stop()](http://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-stop) sets `currentDirection` to `null`, but does not alter `direction` (only the user alters it).

Stopping and direction appear orthogonal to me in [JSEP](https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.2.1).

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

Received on Wednesday, 21 March 2018 01:55:26 UTC