public class OnDataChannelOpenedEvent extends MediaEvent
| Constructor and Description |
|---|
OnDataChannelOpenedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Notify the creation of a new 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 OnDataChannelOpenedEvent(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.