Re: [webrtc-pc] addTransceiver woes

I don't see the problem with the current way of specifying it. ```addTransceiver``` without a second argument creates a transceiver and an m line that both have direction ```sendrecv```. If you want something else use ```RTCRtpTransceiverDirection``` when creating the transceiver.

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

Received on Wednesday, 29 November 2017 12:22:13 UTC