public class IceCandidateFoundEvent extends MediaEvent
Constructor and Description |
---|
IceCandidateFoundEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
IceCandidate candidate)
Notifies a new 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, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public IceCandidateFoundEvent(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 local candidatepublic IceCandidate getCandidate()
public void setCandidate(IceCandidate candidate)
candidate
- New local candidateCopyright © 2018 Kurento. All rights reserved.