The RTCSctpTransport interface provides information which describes
Stream Control Transmission Protocol (SCTP) transport. This provides
about limitations of the transport, but also provides a way to
the underlying Datagram Transport Layer Security (DTLS) transport
which SCTP packets for all of an web.audio.RTCPeerConnection
's
channels are sent and received.
The RTCSctpTransport interface provides information which describes Stream Control Transmission Protocol (SCTP) transport. This provides about limitations of the transport, but also provides a way to the underlying Datagram Transport Layer Security (DTLS) transport which SCTP packets for all of an `web.audio.RTCPeerConnection`'s channels are sent and received.
(max-channels-read this)
Property.
An integer value indicating the maximum number of RTCDataChannels can be open simultaneously.
Property. An integer value indicating the maximum number of RTCDataChannels can be open simultaneously.
(onstatechange this)
Property.
Fired when the RTCSctpTransport.state changes.
Property. Fired when the RTCSctpTransport.state changes.
(set-max-channels-read! this val)
Property.
An integer value indicating the maximum number of RTCDataChannels can be open simultaneously.
Property. An integer value indicating the maximum number of RTCDataChannels can be open simultaneously.
(set-onstatechange! this val)
Property.
Fired when the RTCSctpTransport.state changes.
Property. Fired when the RTCSctpTransport.state changes.
(state this)
Property.
The state read-only property of the web.rtc.RTCSctpTransport
provides information which describes a Stream Control Transmission
(SCTP) transport state.
var myState = sctpTransport.state;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCSctpTransport/state
Property. The state read-only property of the `web.rtc.RTCSctpTransport` provides information which describes a Stream Control Transmission (SCTP) transport state. `var myState = sctpTransport.state;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCSctpTransport/state`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close