public class NewCandidatePairSelectedEvent extends MediaEvent
Constructor and Description |
---|
NewCandidatePairSelectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
IceCandidatePair candidatePair)
Event fired when a new pair of ICE candidates is used by the ICE library.
|
Modifier and Type | Method and Description |
---|---|
IceCandidatePair |
getCandidatePair()
Getter for the candidatePair property
|
void |
setCandidatePair(IceCandidatePair candidatePair)
Setter for the candidatePair property
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public NewCandidatePairSelectedEvent(MediaObject source, String timestamp, List<Tag> tags, String type, IceCandidatePair candidatePair)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raisedcandidatePair
- The new pair of candidatespublic IceCandidatePair getCandidatePair()
public void setCandidatePair(IceCandidatePair candidatePair)
candidatePair
- The new pair of candidatesCopyright © 2018 Kurento. All rights reserved.