WebIDLpedia

RTCErrorEvent interface

Definition

WebRTC: Real-Time Communication in Browsers defines RTCErrorEvent



[Exposed=Window]
interface RTCErrorEvent : Event {
  constructor(DOMString type, RTCErrorEventInit eventInitDict);
  [SameObject] readonly attribute RTCError error;
};

Methods and attributes that return objects implementing RTCErrorEvent