Uses of Enum Class
org.webrtc.PeerConnection.IceConnectionState
-
Uses of PeerConnection.IceConnectionState in io.antmedia.webrtc.adaptor
Modifier and TypeMethodDescriptionvoid
Adaptor.onIceConnectionChange
(PeerConnection.IceConnectionState newState) -
Uses of PeerConnection.IceConnectionState in org.webrtc
Modifier and TypeMethodDescription(package private) static PeerConnection.IceConnectionState
PeerConnection.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.Modifier and TypeMethodDescriptionvoid
PeerConnection.Observer.onIceConnectionChange
(PeerConnection.IceConnectionState newState) Triggered when the IceConnectionState changes.default void
PeerConnection.Observer.onStandardizedIceConnectionChange
(PeerConnection.IceConnectionState newState)