Re: [webrtc-pc] offerToReceive* legacy behaviour spec does not match the behaviour of legacy implementations

> On everything it reserves ports, on some implementations with hardware codecs, it reservers the hardware codec.
No. CreateOffer() does not allocate ports. Only when calling setLocalDescription() one would start to allocate ICE resources. With the exception of the new ICE candidate pool. In that case you need to start allocating ICE resources at the time of createOffer().

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

Received on Friday, 8 September 2017 16:55:56 UTC