Package org.kurento.client
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
ConstructorDescriptionIceGatheringDoneEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event fired when al ICE candidates have been gathered. -
Method Summary
Methods inherited from class org.kurento.client.MediaEvent
getType, setType
Methods inherited from class org.kurento.client.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
-