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