RTCDtlsTransport class
The interface provides access to information about the Datagram Transport Layer Security (DTLS) transport over which a RTCPeerConnection's RTP and RTCP packets are sent and received by its RTCRtpSender and RTCRtpReceiver objects. A object is also used to provide information about SCTP packets transmitted and received by an connection's data channels. Features of the DTLS transport include the addition of security to the underlying transport; the interface can be used to obtain information about the underlying transport and the security added to it by the DTLS layer.
EventTarget
RTCDtlsTransport
- Implemented types
- Available extensions
- Annotations
-
- @experimental
- @JS()
- @staticInterop
Constructors
- RTCDtlsTransport()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iceTransport → RTCIceTransport
-
Available on RTCDtlsTransport, provided by the PropsRTCDtlsTransport extension
no setter -
onerror
↔ EventHandlerNonNull<
Event> ? -
Available on RTCDtlsTransport, provided by the PropsRTCDtlsTransport extension
getter/setter pair -
onstatechange
↔ EventHandlerNonNull<
Event> ? -
Available on RTCDtlsTransport, provided by the PropsRTCDtlsTransport extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → RTCDtlsTransportState
-
Available on RTCDtlsTransport, provided by the PropsRTCDtlsTransport extension
no setter
Methods
-
addEventListener(
String type, EventListener? callback, [dynamic options]) → void -
Available on EventTarget, provided by the PropsEventTarget extension
-
dispatchEvent(
Event event) → bool -
Available on EventTarget, provided by the PropsEventTarget extension
-
getRemoteCertificates(
) → Iterable< ByteBuffer> -
Available on RTCDtlsTransport, provided by the PropsRTCDtlsTransport extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEventListener(
String type, EventListener? callback, [dynamic options]) → void -
Available on EventTarget, provided by the PropsEventTarget extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited