WebIDLpedia

RTCSessionDescription interface

Definition

WebRTC: Real-Time Communication in Browsers defines RTCSessionDescription



[Exposed=Window]
interface RTCSessionDescription {
  constructor(RTCSessionDescriptionInit descriptionInitDict);
  readonly attribute RTCSdpType type;
  readonly attribute DOMString sdp;
  [Default] object toJSON();
};

Methods and attributes that return objects implementing RTCSessionDescription

Referring IDL interfaces/dictionaries