public class OnDataChannelClosedEvent extends MediaEvent
| Constructor and Description |
|---|
OnDataChannelClosedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Notify the destruction of a data channel.
|
| 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, setSource, setTags, setTimestamppublic OnDataChannelClosedEvent(MediaObject source, String timestamp, List<Tag> tags, String type, int channelId)
source - Object that raised the eventtimestamp - tags - type - Type of event that was raisedchannelId - The channel identifierCopyright © 2015 Kurento. All rights reserved.