Re: [webrtc-pc] Clarify what happens when rolling back an ICE restart (#2367)

> The remote endpoint would have to discard the candidate if it discarded the associated offer, or just be prepared for addIceCandidate throwing?

Yes, except there's no need to throw. JS did everything right, and the user agent knows the new and old ufrags in this case, and can (and should) silently accept the old ones and silently ignore the new ones.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2367#issuecomment-558201617 using your GitHub account

Received on Monday, 25 November 2019 15:18:59 UTC