Uses of Class
org.webrtc.IceCandidate
Packages that use IceCandidate
-
Uses of IceCandidate in io.antmedia.webrtc.adaptor
Methods in io.antmedia.webrtc.adaptor with parameters of type IceCandidateModifier and TypeMethodDescriptionvoidRTMPAdaptor.addIceCandidate(IceCandidate iceCandidate) voidAdaptor.onIceCandidate(IceCandidate candidate) voidAdaptor.onIceCandidatesRemoved(IceCandidate[] candidates) -
Uses of IceCandidate in io.antmedia.webrtc.api
Methods in io.antmedia.webrtc.api with parameters of type IceCandidate -
Uses of IceCandidate in org.webrtc
Fields in org.webrtc declared as IceCandidateModifier and TypeFieldDescriptionfinal IceCandidateCandidatePairChangeEvent.localfinal IceCandidateCandidatePairChangeEvent.remoteMethods in org.webrtc with parameters of type IceCandidateModifier and TypeMethodDescriptionbooleanPeerConnection.addIceCandidate(IceCandidate candidate) voidPeerConnection.addIceCandidate(IceCandidate candidate, AddIceObserver observer) private booleanPeerConnection.nativeRemoveIceCandidates(IceCandidate[] candidates) voidPeerConnection.Observer.onIceCandidate(IceCandidate candidate) Triggered when a new ICE candidate has been found.voidPeerConnection.Observer.onIceCandidatesRemoved(IceCandidate[] candidates) Triggered when some ICE candidates have been removed.booleanPeerConnection.removeIceCandidates(IceCandidate[] candidates) Constructors in org.webrtc with parameters of type IceCandidateModifierConstructorDescription(package private)CandidatePairChangeEvent(IceCandidate local, IceCandidate remote, int lastDataReceivedMs, String reason, int estimatedDisconnectedTimeMs)