simple-peer
simple-peer copied to clipboard
Time to listen for onicecandidateerror?
Chrome 77 implements RTCPeerConnection.onicecandidateerror.
Should simple-peer
feature detect and emit errors? Happy to make a PR.
Sure, if adding a listener to this event is safe for unsupported browsers. (Which seems to be the case).
We shouldn't destroy the peer on these errors - they usually won't be fatal.
@guanzo any update on this ?