webrtc.interfaces.rtc_dtls_transport#
- class webrtc.interfaces.rtc_dtls_transport.RTCDtlsTransport(native_obj=None)#
Bases:
webrtc.base.WebRTCObjectThe
webrtc.RTCDtlsTransportinterface provides access to information about the Datagram Transport Layer Security (DTLS) transport over which awebrtc.RTCPeerConnection’s RTP and RTCP packets are sent and received by itswebrtc.RTCRtpSenderandwebrtc.RTCRtpReceiverobjects.- property iceTransport: webrtc.RTCIceTransport#
Alias for
ice_transport
- property ice_transport: webrtc.RTCIceTransport#
Returns a reference to the underlying
webrtc.RTCIceTransportobject.
- property state: webrtc.DtlsTransportState#
Returns a member of
webrtc.DtlsTransportStatewhich describes the underlying Datagram Transport Layer Security (DTLS) transport state.