Re: [webrtc-pc] iceconnectionstatechange event after PeerConnection.close() is called (#2335)

We need to have the ICE connection state end up in "closed". It wouldn't if step 11 ran the "update the ICE connection state" process, since that would abort.
The close method needs to be explicit that it bypasses the "update the ICE connection state" process, and we need to make a decision on whether or not it fires an iceconnectionstatechange event. (Do we need to make iceConnectionState Yet Another Internal Slot With Procedures??)




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

Received on Sunday, 20 October 2019 21:05:27 UTC