Re: [webrtc-pc] transceiver.stop() needs more work (avoid BUNDLE footgun) (#2150)

> ```js
> const pc = new RTCPeerConnection(config);
> const dummy = pc.addTransceiver("audio", {direction: "inactive"});
> ```

Even this workaround has wrinkles: it [won't work](https://jsfiddle.net/jib1/6ct0b8fq/33/) with *addTrack* which will reuse the dummy.

if we get around that, having both ends do this, means we end up with *two* extra m-lines, not one.

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

Received on Wednesday, 17 April 2019 19:30:01 UTC