DataChannelClosed
instead.public class DataChannelCloseEvent extends MediaEvent
Constructor and Description |
---|
DataChannelCloseEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int channelId)
Deprecated.
Use
DataChannelClosed 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, setType
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public DataChannelCloseEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type, int channelId)
DataChannelClosed
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.