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 TypeMethodDescriptionvoid
RTMPAdaptor.addIceCandidate
(IceCandidate iceCandidate) void
Adaptor.onIceCandidate
(IceCandidate candidate) void
Adaptor.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 IceCandidate
CandidatePairChangeEvent.local
final IceCandidate
CandidatePairChangeEvent.remote
Methods in org.webrtc with parameters of type IceCandidateModifier and TypeMethodDescriptionboolean
PeerConnection.addIceCandidate
(IceCandidate candidate) void
PeerConnection.addIceCandidate
(IceCandidate candidate, AddIceObserver observer) private boolean
PeerConnection.nativeRemoveIceCandidates
(IceCandidate[] candidates) void
PeerConnection.Observer.onIceCandidate
(IceCandidate candidate) Triggered when a new ICE candidate has been found.void
PeerConnection.Observer.onIceCandidatesRemoved
(IceCandidate[] candidates) Triggered when some ICE candidates have been removed.boolean
PeerConnection.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)