- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 May 2018 17:03:41 +0000
- To: public-webrtc-logs@w3.org
> What determines which one is special? The implementation? Yes, though every implementation I've seen just picks the first m= section in the order it appears in SDP. Or in other words, the first transceiver added. If this is a concern, it wouldn't be hard to add an argument to `createOffer`; for example, `createOffer({bundleOnMid:"audio"})`. Such that the application could choose a transceiver it knows is not likely to be rejected. -- GitHub Notification of comment by taylor-b Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1858#issuecomment-391424632 using your GitHub account
Received on Wednesday, 23 May 2018 17:03:46 UTC