Re: [webrtc-pc] addTransceiver woes

> 2. what is transceiver.mid inside the promise? http://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver says its null initially and that changes only by setting a description. However, that means the mid value in the sdp does not match the transceivers mid.

The transceiver needs to have a "pending mid" that is used when the transceiver is offered, but that might be overridden if the remote side ends up deciding the mid. A some point I proposed that we should specify it as an internal slot, but we decided to leave it open for implementors to decide on the approach.

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

Received on Friday, 24 November 2017 08:31:50 UTC