Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
MediaDirection |
CallConfig.getAudioConfig()
Gets the audio config.
|
static MediaDirection |
MediaDirection.getMediaDirection(String value)
Gets MediaDirection by SDP attribute value.
|
MediaDirection |
MediaDirection.getOppositeDirection()
Gets the opposite media direction.
|
MediaDirection |
CallConfig.getVideoConfig()
Gets the video config.
|
static MediaDirection |
MediaDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaDirection[] |
MediaDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CallConfig(MediaDirection audioMediaDirection,
MediaDirection videoMediaDirection)
Construct CallConfig with audio/video directions.
|