public class OnIceCandidateEvent extends MediaEvent
| Constructor and Description |
|---|
OnIceCandidateEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
IceCandidate candidate)
Notify of a new gathered local candidate.
|
| Modifier and Type | Method and Description |
|---|---|
IceCandidate |
getCandidate()
Getter for the candidate property
|
void |
setCandidate(IceCandidate candidate)
Setter for the candidate property
|
getType, setTypegetSource, getTags, getTimestamp, setSource, setTags, setTimestamppublic OnIceCandidateEvent(MediaObject source, String timestamp, List<Tag> tags, String type, IceCandidate candidate)
source - Object that raised the eventtimestamp - tags - type - Type of event that was raisedcandidate - New gathered local candidatepublic IceCandidate getCandidate()
public void setCandidate(IceCandidate candidate)
candidate - New gathered local candidateCopyright © 2015 Kurento. All rights reserved.