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