WebIDLpedia

RTCIceCandidatePair interface

Definition

WebRTC: Real-Time Communication in Browsers defines RTCIceCandidatePair



[Exposed=Window]
interface RTCIceCandidatePair {
  [SameObject] readonly attribute RTCIceCandidate local;
  [SameObject] readonly attribute RTCIceCandidate remote;
};

Methods and attributes that return objects implementing RTCIceCandidatePair

Referring IDL interfaces/dictionaries