Uses of Class
dev.onvoid.webrtc.RTCIceGatheringState
-
Packages that use RTCIceGatheringState Package Description dev.onvoid.webrtc -
-
Uses of RTCIceGatheringState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCIceGatheringState Modifier and Type Method Description RTCIceGatheringStateRTCPeerConnection. getIceGatheringState()Returns the ICE gathering state of the RTCPeerConnection.static RTCIceGatheringStateRTCIceGatheringState. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCIceGatheringState[]RTCIceGatheringState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCIceGatheringState Modifier and Type Method Description default voidPeerConnectionObserver. onIceGatheringChange(RTCIceGatheringState state)The RTCPeerConnection's ICE gathering state has changed.
-