Uses of Enum Class
dev.onvoid.webrtc.RTCDtlsTransportState
Packages that use RTCDtlsTransportState
-
Uses of RTCDtlsTransportState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCDtlsTransportStateModifier and TypeMethodDescriptionRTCDtlsTransport.getState()
Returns the current Datagram Transport Layer Security (DTLS) transport state.static RTCDtlsTransportState
Returns the enum constant of this class with the specified name.static RTCDtlsTransportState[]
RTCDtlsTransportState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCDtlsTransportStateModifier and TypeMethodDescriptionvoid
RTCDtlsTransportObserver.onStateChange
(RTCDtlsTransportState info) The transport state has changed.