IceGatheringDone
instead.public class OnIceGatheringDoneEvent extends MediaEvent
Constructor and Description |
---|
OnIceGatheringDoneEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Deprecated.
Use
IceGatheringDone instead. |
getType, setType
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public OnIceGatheringDoneEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type)
IceGatheringDone
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 raisedCopyright © 2022 Kurento. All rights reserved.