RTCErrorEvent
open class RTCErrorEvent(val type: EventType<RTCErrorEvent>, init: RTCErrorEventInit) : Event(source)
The WebRTC API's RTCErrorEvent interface represents an error sent to a WebRTC object. It's based on the standard Event interface, but adds RTC-specific information describing the error, as shown below.