WebIDLpedia

RTCPeerConnectionIceEvent interface

Definition

WebRTC: Real-Time Communication in Browsers defines RTCPeerConnectionIceEvent



[Exposed=Window]
interface RTCPeerConnectionIceEvent : Event {
  constructor(DOMString type, optional RTCPeerConnectionIceEventInit eventInitDict = {});
  readonly attribute RTCIceCandidate? candidate;
  readonly attribute DOMString? url;
};

Methods and attributes that return objects implementing RTCPeerConnectionIceEvent