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

> Is there a way in the API to know that BUNDLE is being used? 

Yes; if `transceiver1.receiver.transport == transceiver2.receiver.transport`, they're currently bundled together and would be affected by this. That still doesn't tell you which is the special one that can't be rejected, but you could tell by parsing the "a=group:BUNDLE" in the offer.

By the way, the conclusions at the virtual interim were:
* We should just reject all bundled m= sections if this happens, because that's simpler.
* The other rejected m= sections' transceivers shouldn't be stopped until `setLocalDescription(answer)`

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

Received on Wednesday, 23 May 2018 01:04:12 UTC