public class DataChannelConfig extends Object
Constructor and Description |
---|
DataChannelConfig()
Default configuration that describes the data channel of a call.
|
DataChannelConfig(String label,
DataChannelOption dataChannelOption)
Configuration that describes the data channel of a call.
|
Modifier and Type | Method and Description |
---|---|
DataChannelOption |
getDataChannelOption()
Gets the options specified for this data channel.
|
String |
getLabel()
Gets the label for this data channel config.
|
public DataChannelConfig()
public DataChannelConfig(String label, DataChannelOption dataChannelOption)
label
- the data channel labeldataChannelOption
- option parameter for the data channelpublic String getLabel()
public DataChannelOption getDataChannelOption()