transport property

RTCDtlsTransport? get transport

The read-only transport property of an RTCRtpSender object provides the RTCDtlsTransport object used to interact with the underlying transport over which the sender is exchanging Real-time Transport Control Protocol () packets.

This transport is responsible for receiving the data for the media on the sender's RTCRtpReceiver.track.

Implementation

external RTCDtlsTransport? get transport;