Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
DataChannelConfig[] |
CallConfig.addDataChannelConfigs(DataChannelConfig[] addedDataChannelConfigs)
Adds the data channel configuration array.
|
DataChannelConfig[] |
CallConfig.getDataChannelConfigs()
Gets the data channel configuration array.
|
Modifier and Type | Method and Description |
---|---|
DataChannelConfig[] |
CallConfig.addDataChannelConfigs(DataChannelConfig[] addedDataChannelConfigs)
Adds the data channel configuration array.
|
Constructor and Description |
---|
CallConfig(MediaDirection audioMediaDirection,
MediaDirection videoMediaDirection,
DataChannelConfig[] dataChannelConfigs)
Constructs a CallConfig with audio/video directions and data channel config array.
|
CallConfig(MediaDirection audioMediaDirection,
MediaDirection videoMediaDirection,
int maxAudioBitrate,
DataChannelConfig[] dataChannelConfigs)
Constructs a CallConfig with audio/video directions, max audio bitrate and data channel config array.
|