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.
The WebRTC API's RTCErrorEvent
interface represents an error sent to a WebRTC object.