I'm making a program to transmit data with WebRTC. I want to implement RTCDataChannel.onerror because I want to deal with an error event.
I read the document below, but the explanation is ambiguous. I want more specific information about the error. I want to know what happens when this method is called.
https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onerror