Uses of Class
org.kurento.client.IceCandidate
-
Uses of IceCandidate in org.kurento.client
Methods in org.kurento.client that return IceCandidateModifier and TypeMethodDescriptionIceCandidateFoundEvent.getCandidate()Getter for the candidate propertyMethods in org.kurento.client with parameters of type IceCandidateModifier and TypeMethodDescriptionvoidWebRtcEndpoint.addIceCandidate(IceCandidate candidate) Process an ICE candidate sent by the remote peer of the connection.voidWebRtcEndpoint.addIceCandidate(IceCandidate candidate, Continuation<Void> cont) Asynchronous version of addIceCandidate:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.addIceCandidate(Transaction tx, IceCandidate candidate) Process an ICE candidate sent by the remote peer of the connection.voidIceCandidateFoundEvent.setCandidate(IceCandidate candidate) Setter for the candidate propertyConstructors in org.kurento.client with parameters of type IceCandidateModifierConstructorDescriptionIceCandidateFoundEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, IceCandidate candidate) Notifies a new local candidate.