Uses of Class
org.kurento.client.IceCandidatePair
-
Uses of IceCandidatePair in org.kurento.client
Methods in org.kurento.client that return IceCandidatePairModifier and TypeMethodDescriptionNewCandidatePairSelectedEvent.getCandidatePair()Getter for the candidatePair propertyMethods in org.kurento.client that return types with arguments of type IceCandidatePairModifier and TypeMethodDescriptionWebRtcEndpoint.getICECandidatePairs()Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.WebRtcEndpoint.getICECandidatePairs(Transaction tx) Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.Methods in org.kurento.client with parameters of type IceCandidatePairModifier and TypeMethodDescriptionvoidNewCandidatePairSelectedEvent.setCandidatePair(IceCandidatePair candidatePair) Setter for the candidatePair propertyMethod parameters in org.kurento.client with type arguments of type IceCandidatePairModifier and TypeMethodDescriptionvoidWebRtcEndpoint.getICECandidatePairs(Continuation<List<IceCandidatePair>> cont) Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.Constructors in org.kurento.client with parameters of type IceCandidatePairModifierConstructorDescriptionNewCandidatePairSelectedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, IceCandidatePair candidatePair) Event fired when a new pair of ICE candidates is used by the ICE library.