IceCandidateFound
instead.public class OnIceCandidateEvent extends MediaEvent
Constructor and Description |
---|
OnIceCandidateEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
IceCandidate candidate)
Deprecated.
Use
IceCandidateFound instead. |
Modifier and Type | Method and Description |
---|---|
IceCandidate |
getCandidate()
Deprecated.
Getter for the candidate property
|
void |
setCandidate(IceCandidate candidate)
Deprecated.
Setter for the candidate property
|
getType, setType
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public OnIceCandidateEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type, IceCandidate candidate)
IceCandidateFound
instead.source
- Object that raised the eventtimestamp
- [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).timestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
- type
- Type of event that was raisedcandidate
- New local candidatepublic IceCandidate getCandidate()
public void setCandidate(IceCandidate candidate)
candidate
- New local candidateCopyright © 2022 Kurento. All rights reserved.