Liking cljdoc? Tell your friends :D

web.rtc.RTCSctpTransport

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.
raw docstring

max-channels-readcljs

(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.
raw docstring

onstatechangecljs

(onstatechange this)

Property.

Fired when the RTCSctpTransport.state changes.

Property.

Fired when the RTCSctpTransport.state changes.
raw docstring

set-max-channels-read!cljs

(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.
raw docstring

set-onstatechange!cljs

(set-onstatechange! this val)

Property.

Fired when the RTCSctpTransport.state changes.

Property.

Fired when the RTCSctpTransport.state changes.
raw docstring

statecljs

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close