webrtc.interfaces.rtc_dtls_transport#

class webrtc.interfaces.rtc_dtls_transport.RTCDtlsTransport(native_obj=None)#

Bases: webrtc.base.WebRTCObject

The webrtc.RTCDtlsTransport interface provides access to information about the Datagram Transport Layer Security (DTLS) transport over which a webrtc.RTCPeerConnection’s RTP and RTCP packets are sent and received by its webrtc.RTCRtpSender and webrtc.RTCRtpReceiver objects.

property iceTransport: webrtc.RTCIceTransport#

Alias for ice_transport

property ice_transport: webrtc.RTCIceTransport#

Returns a reference to the underlying webrtc.RTCIceTransport object.

Type

webrtc.RTCIceTransport

property state: webrtc.DtlsTransportState#

Returns a member of webrtc.DtlsTransportState which describes the underlying Datagram Transport Layer Security (DTLS) transport state.

Type

webrtc.DtlsTransportState