Uses of Class
dev.onvoid.webrtc.RTCIceConnectionState
-
Packages that use RTCIceConnectionState Package Description dev.onvoid.webrtc -
-
Uses of RTCIceConnectionState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCIceConnectionState Modifier and Type Method Description RTCIceConnectionStateRTCPeerConnection. getIceConnectionState()Returns the ICE connection state of the RTCPeerConnection.static RTCIceConnectionStateRTCIceConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCIceConnectionState[]RTCIceConnectionState. 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 RTCIceConnectionState Modifier and Type Method Description default voidPeerConnectionObserver. onIceConnectionChange(RTCIceConnectionState state)The RTCPeerConnection's ICE connection state has changed.default voidPeerConnectionObserver. onStandardizedIceConnectionChange(RTCIceConnectionState state)Called any time the standards-compliant RTCIceConnectionState changes.
-