Uses of Enum Class
org.webrtc.PeerConnection.IceGatheringState
-
Uses of PeerConnection.IceGatheringState in io.antmedia.webrtc.adaptor
Modifier and TypeMethodDescriptionvoid
Adaptor.onIceGatheringChange
(PeerConnection.IceGatheringState newState) -
Uses of PeerConnection.IceGatheringState in org.webrtc
Modifier 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.Modifier and TypeMethodDescriptionvoid
PeerConnection.Observer.onIceGatheringChange
(PeerConnection.IceGatheringState newState) Triggered when the IceGatheringState changes.