RTCErrorEvent

The WebRTC API's RTCErrorEvent interface represents an error sent to a WebRTC object.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<RTCErrorEvent>, init: RTCErrorEventInit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The read-only RTCErrorEvent property error contains an RTCError object describing the details of the error which the event is announcing.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<RTCErrorEvent>

Functions

Link copied to clipboard
open override fun asInit(): RTCErrorEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard