Re: [webrtc-pc] addTransceiver woes

Going back to https://github.com/w3c/webrtc-pc/issues/1662#issuecomment-349416048, a little testing (https://jsfiddle.net/qw9dw22j/24/) indicates that 
```pc1.addTransceiver("video", {streams: [stream]});``` creates a `sendrecv` transceiver and an `ontrack` event, and once `replaceTrack()` is called with a video track the video will start playing remotely in FF Nightly. All according to the spec as I read it (if the spec should be changed is another story).

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

Received on Tuesday, 2 January 2018 07:24:35 UTC