Re: [webrtc-pc] What happens when an answerer stops a transceiver that others are "bundled" on?

> 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