Modifier and Type | Method and Description |
---|---|
IceCandidatePair |
NewCandidatePairSelectedEvent.getCandidatePair()
Getter for the candidatePair property
|
Modifier and Type | Method and Description |
---|---|
List<IceCandidatePair> |
WebRtcEndpoint.getICECandidatePairs()
Get the ICE candidate pair (local and remote candidates) used by the ice library for each stream.
|
TFuture<List<IceCandidatePair>> |
WebRtcEndpoint.getICECandidatePairs(Transaction tx)
Get the ICE candidate pair (local and remote candidates) used by the ice library for each stream.
|
Modifier and Type | Method and Description |
---|---|
void |
NewCandidatePairSelectedEvent.setCandidatePair(IceCandidatePair candidatePair)
Setter for the candidatePair property
|
Modifier and Type | Method and Description |
---|---|
void |
WebRtcEndpoint.getICECandidatePairs(Continuation<List<IceCandidatePair>> cont)
Get the ICE candidate pair (local and remote candidates) used by the ice library for each stream.
|
Constructor and Description |
---|
NewCandidatePairSelectedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
IceCandidatePair candidatePair)
Event fired when a new pair of ICE candidates is used by the ICE library.
|
Copyright © 2019 Kurento. All rights reserved.