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 TypeMethodDescriptionvoid
Adaptor.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.IceGatheringState
PeerConnection.IceGatheringState.fromNativeIndex
(int nativeIndex) PeerConnection.iceGatheringState()
private PeerConnection.IceGatheringState
PeerConnection.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 TypeMethodDescriptionvoid
PeerConnection.Observer.onIceGatheringChange
(PeerConnection.IceGatheringState newState) Triggered when the IceGatheringState changes.