public class DataChannelOpenEvent extends MediaEvent
Constructor and Description |
---|
DataChannelOpenEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Event fired when a new data channel is created.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannelId()
Getter for the channelId property
|
void |
setChannelId(int channelId)
Setter for the channelId property
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public DataChannelOpenEvent(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 © 2018 Kurento. All rights reserved.