Uses of Enum Class
dev.onvoid.webrtc.RTCIceConnectionState
Packages that use RTCIceConnectionState
-
Uses of RTCIceConnectionState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCIceConnectionStateModifier and TypeMethodDescriptionRTCPeerConnection.getIceConnectionState()
Returns the ICE connection state of the RTCPeerConnection.static RTCIceConnectionState
Returns the enum constant of this class with the specified name.static RTCIceConnectionState[]
RTCIceConnectionState.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 RTCIceConnectionStateModifier and TypeMethodDescriptiondefault void
PeerConnectionObserver.onIceConnectionChange
(RTCIceConnectionState state) The RTCPeerConnection's ICE connection state has changed.default void
PeerConnectionObserver.onStandardizedIceConnectionChange
(RTCIceConnectionState state) Called any time the standards-compliant RTCIceConnectionState changes.