Uses of Enum Class
dev.onvoid.webrtc.RTCIceGatheringState
Packages that use RTCIceGatheringState
-
Uses of RTCIceGatheringState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCIceGatheringStateModifier and TypeMethodDescriptionRTCPeerConnection.getIceGatheringState()
Returns the ICE gathering state of the RTCPeerConnection.static RTCIceGatheringState
Returns the enum constant of this class with the specified name.static RTCIceGatheringState[]
RTCIceGatheringState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCIceGatheringStateModifier and TypeMethodDescriptiondefault void
PeerConnectionObserver.onIceGatheringChange
(RTCIceGatheringState state) The RTCPeerConnection's ICE gathering state has changed.