Class IceGatheringDoneEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.IceGatheringDoneEvent
- All Implemented Interfaces:
Event
Event fired when al ICE candidates have been gathered.
-
Constructor Summary
ConstructorsConstructorDescriptionIceGatheringDoneEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event fired when al ICE candidates have been gathered. -
Method Summary
Methods inherited from class MediaEvent
getType, setTypeMethods inherited from class RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
IceGatheringDoneEvent
public IceGatheringDoneEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event fired when al ICE candidates have been gathered.- Parameters:
source- Object that raised the eventtimestampMillis- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags-type- Type of event that was raised
-