Uses of Class
dev.onvoid.webrtc.RTCDtlsTransportState
-
Packages that use RTCDtlsTransportState Package Description dev.onvoid.webrtc -
-
Uses of RTCDtlsTransportState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCDtlsTransportState Modifier and Type Method Description RTCDtlsTransportStateRTCDtlsTransport. getState()Returns the current Datagram Transport Layer Security (DTLS) transport state.static RTCDtlsTransportStateRTCDtlsTransportState. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCDtlsTransportState[]RTCDtlsTransportState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCDtlsTransportState Modifier and Type Method Description voidRTCDtlsTransportObserver. onStateChange(RTCDtlsTransportState info)The transport state has changed.
-