Modifier and Type | Method and Description |
---|---|
IceCandidate |
OnIceCandidateEvent.getCandidate()
Deprecated.
Getter for the candidate property
|
IceCandidate |
IceCandidateFoundEvent.getCandidate()
Getter for the candidate property
|
Modifier and Type | Method and Description |
---|---|
void |
WebRtcEndpoint.addIceCandidate(IceCandidate candidate)
Process an ICE candidate sent by the remote peer of the connection.
|
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)
Process an ICE candidate sent by the remote peer of the connection.
|
void |
OnIceCandidateEvent.setCandidate(IceCandidate candidate)
Deprecated.
Setter for the candidate property
|
void |
IceCandidateFoundEvent.setCandidate(IceCandidate candidate)
Setter for the candidate property
|
Constructor and Description |
---|
IceCandidateFoundEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
IceCandidate candidate)
Notifies a new local candidate.
|
OnIceCandidateEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
IceCandidate candidate)
Deprecated.
Use
IceCandidateFound instead. |
Copyright © 2020 Kurento. All rights reserved.