@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCSctpTransport")
public class RTCSctpTransport
extends EventTarget
The RTCSctpTransport interface provides information which describes a Stream Control Transmission Protocol (SCTP) transport. This provides information about limitations of the transport, but also provides a way to access the underlying Datagram Transport Layer Security (DTLS) transport over which SCTP packets for all of an RTCPeerConnection's data channels are sent and received.
- See Also:
- RTCSctpTransport - MDN,
RTCSctpTransport - WebRTC 1.0: Real-time Communication Between Browsers