Re: [webrtc-pc] Spec note on stop() underestimates BUNDLE problem. (#2176)

Actually, it's more than just the note. Step 6 underestimates the problem as well:

> 6. If connection's signaling state is have-remote-offer and

In the case where `stop()` is called *before* SRD(offer) then step 6 will not stop all bundled transceivcers, leaving them unstopped, even though their underlying transport will be stopped/nonworking.

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

Received on Wednesday, 15 May 2019 19:37:54 UTC