public class DataChannelCloseEvent extends MediaEvent
| Constructor and Description |
|---|
DataChannelCloseEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int channelId)
Event fired when a data channel is closed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelId()
Getter for the channelId property
|
void |
setChannelId(int channelId)
Setter for the channelId property
|
getType, setTypegetSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillispublic DataChannelCloseEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type, int channelId)
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 raisedchannelId - The channel identifierCopyright © 2022 Kurento. All rights reserved.