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.video.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.video.RTCPeerConnection`'s
channels are sent and received.
raw docstring

max-channelscljs

(max-channels 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.
sourceraw docstring

max-message-sizecljs

(max-message-size this)

Property.

An integer value indicating the maximum size, in bytes, of a which can be sent using the RTCDataChannel.send() method.

Property.

An integer value indicating the maximum size, in bytes, of a
which can be sent using the RTCDataChannel.send() method.
sourceraw docstring

onstatechangecljs

(onstatechange this)

Property.

Fired when the RTCSctpTransport.state changes.

Property.

Fired when the RTCSctpTransport.state changes.
sourceraw docstring

set-max-channels!cljs

(set-max-channels! 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.
sourceraw docstring

set-max-message-size!cljs

(set-max-message-size! this val)

Property.

An integer value indicating the maximum size, in bytes, of a which can be sent using the RTCDataChannel.send() method.

Property.

An integer value indicating the maximum size, in bytes, of a
which can be sent using the RTCDataChannel.send() method.
sourceraw docstring

set-onstatechange!cljs

(set-onstatechange! this val)

Property.

Fired when the RTCSctpTransport.state changes.

Property.

Fired when the RTCSctpTransport.state changes.
sourceraw docstring

set-transport!cljs

(set-transport! this val)

Property.

An RTCDtlsTransport object representing the DTLS transport used the transmission and receipt of data packets.

Property.

An RTCDtlsTransport object representing the DTLS transport used
the transmission and receipt of data packets.
sourceraw docstring

statecljs

(state this)

Property.

[Read Only] [Draft] [Experimental]

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.

[Read Only]
[Draft]
[Experimental]

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`
sourceraw docstring

transportcljs

(transport this)

Property.

An RTCDtlsTransport object representing the DTLS transport used the transmission and receipt of data packets.

Property.

An RTCDtlsTransport object representing the DTLS transport used
the transmission and receipt of data packets.
sourceraw docstring

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

× close