Re: [webrtc-pc] addTransceiver woes

@alvestrand:
[addTransceiver](http://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver) creates a transceiver with the default for [RTCTransceiverInit.direction](http://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiverinit) which is sendrecv.

@nils-ohlmeier I think step 10 needs to be fixed. ORTC allows creating RTCRtpSender with trackOrKind and while webrtc-pc does not expose a constructor I assume there will be internal methods which would be called with trackOrKind.

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

Received on Tuesday, 14 November 2017 18:30:33 UTC