| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
IceCandidate |
OnIceCandidateEvent.getCandidate()
Getter for the candidate property
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebRtcEndpoint.addIceCandidate(IceCandidate candidate)
Provide a remote ICE candidate
|
void |
WebRtcEndpoint.addIceCandidate(IceCandidate candidate,
Continuation<Void> cont)
Asynchronous version of addIceCandidate:
Continuation.onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.addIceCandidate(Transaction tx,
IceCandidate candidate)
Provide a remote ICE candidate
|
void |
OnIceCandidateEvent.setCandidate(IceCandidate candidate)
Setter for the candidate property
|
| Constructor and Description |
|---|
OnIceCandidateEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
IceCandidate candidate)
Notify of a new gathered local candidate.
|
Copyright © 2015 Kurento. All rights reserved.