web api interface
RTCErrorEvent
The RTCErrorEvent interface of the WebRTC API represents an error event sent to a WebRTC object.
It inherits from the standard Event interface, adding RTC-specific information describing the error.
The error events fired at RTCDataChannel and RTCDtlsTransport are instances of this object.
[!NOTE] WebRTC defines other error event interfaces, such as
RTCPeerConnectionIceErrorEvent, which are used for errors that have other special information sharing requirements.
Constructor
RTCErrorEvent()- : Creates and returns a new
RTCErrorEventobject.
- : Creates and returns a new
Instance properties
Also inherits properties from its parent interface, Event.
errorRead only- : An
RTCErrorobject specifying RTC-specific information about the error. This includes information such as the error type and cause, and the location that triggered the error.
- : An
Instance methods
Only inherits methods from its parent interface, Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.