Uses of Class
dev.onvoid.webrtc.RTCIceCandidate
-
Packages that use RTCIceCandidate Package Description dev.onvoid.webrtc -
-
Uses of RTCIceCandidate in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCIceCandidate Modifier and Type Method Description voidRTCPeerConnection. addIceCandidate(RTCIceCandidate candidate)Adds a remote ICE candidate to the ICE Agent.voidPeerConnectionObserver. onIceCandidate(RTCIceCandidate candidate)A new RTCIceCandidate is made available to the application.default voidPeerConnectionObserver. onIceCandidatesRemoved(RTCIceCandidate[] candidates)ICE candidates have been removed.voidRTCPeerConnection. removeIceCandidates(RTCIceCandidate[] candidates)Removes a group of remote ICE candidates from the ICE agent.
-