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.
(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.
(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.
(onstatechange this)
Property.
Fired when the RTCSctpTransport.state changes.
Property. Fired when the RTCSctpTransport.state changes.
(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.
(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.
(set-onstatechange! this val)
Property.
Fired when the RTCSctpTransport.state changes.
Property. Fired when the RTCSctpTransport.state changes.
(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.
(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`
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close