WebIDLpedia

RTCSctpTransport interface

Definition

WebRTC: Real-Time Communication in Browsers defines RTCSctpTransport



[Exposed=Window]
interface RTCSctpTransport : EventTarget {
  readonly attribute RTCDtlsTransport transport;
  readonly attribute RTCSctpTransportState state;
  readonly attribute unrestricted double maxMessageSize;
  readonly attribute unsigned short? maxChannels;
  attribute EventHandler onstatechange;
};

Methods and attributes that return objects implementing RTCSctpTransport

Referring IDL interfaces/dictionaries