Uses of Enum Class
org.webrtc.PeerConnection.IceConnectionState
Packages that use PeerConnection.IceConnectionState
-
Uses of PeerConnection.IceConnectionState in io.antmedia.webrtc.adaptor
Methods in io.antmedia.webrtc.adaptor with parameters of type PeerConnection.IceConnectionStateModifier and TypeMethodDescriptionvoidAdaptor.onIceConnectionChange(PeerConnection.IceConnectionState newState) -
Uses of PeerConnection.IceConnectionState in org.webrtc
Methods in org.webrtc that return PeerConnection.IceConnectionStateModifier and TypeMethodDescription(package private) static PeerConnection.IceConnectionStatePeerConnection.IceConnectionState.fromNativeIndex(int nativeIndex) PeerConnection.iceConnectionState()PeerConnection.nativeIceConnectionState()Returns the enum constant of this class with the specified name.static PeerConnection.IceConnectionState[]PeerConnection.IceConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.webrtc with parameters of type PeerConnection.IceConnectionStateModifier and TypeMethodDescriptionvoidPeerConnection.Observer.onIceConnectionChange(PeerConnection.IceConnectionState newState) Triggered when the IceConnectionState changes.default voidPeerConnection.Observer.onStandardizedIceConnectionChange(PeerConnection.IceConnectionState newState)