Re: [webrtc-pc] Don't fire events on a closed peer connection

Related: I found the 
[RTCPeerConnection::close()](https://rawgit.com/w3c/webrtc-pc/master/webrtc.html#dom-rtcpeerconnection-close)
 steps a bit unclear. It's doing a bunch of things, some which may or 
may not imply firing events, before reaching "_8. Set connection's 
[[isClosed]] slot to true._"

E.g. "_4. Set the state of all RTCIceTransports to closed._" Do you 
fire an RTCIceTransport statechange event or not?

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

Received on Friday, 10 February 2017 10:49:41 UTC