Uses of Enum Class
org.webrtc.PeerConnection.IceGatheringState
Packages that use PeerConnection.IceGatheringState
-
Uses of PeerConnection.IceGatheringState in io.antmedia.webrtc.adaptor
Methods in io.antmedia.webrtc.adaptor with parameters of type PeerConnection.IceGatheringStateModifier and TypeMethodDescriptionvoidAdaptor.onIceGatheringChange(PeerConnection.IceGatheringState newState) -
Uses of PeerConnection.IceGatheringState in org.webrtc
Methods in org.webrtc that return PeerConnection.IceGatheringStateModifier and TypeMethodDescription(package private) static PeerConnection.IceGatheringStatePeerConnection.IceGatheringState.fromNativeIndex(int nativeIndex) PeerConnection.iceGatheringState()private PeerConnection.IceGatheringStatePeerConnection.nativeIceGatheringState()Returns the enum constant of this class with the specified name.static PeerConnection.IceGatheringState[]PeerConnection.IceGatheringState.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.IceGatheringStateModifier and TypeMethodDescriptionvoidPeerConnection.Observer.onIceGatheringChange(PeerConnection.IceGatheringState newState) Triggered when the IceGatheringState changes.