Liking cljdoc? Tell your friends :D
ClojureScript only.

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

statecljs

(state this)

Property.

The state read-only property of the rtc.RTCSctpTransport interface information which describes a Stream Control Transmission Protocol 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 `rtc.RTCSctpTransport` interface
information which describes a Stream Control Transmission Protocol
transport state.

`var myState = sctpTransport.state;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCSctpTransport/state`
sourceraw docstring

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

× close