Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Method and Description |
---|---|
static Call.AudioOutputMode |
Call.AudioOutputMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Call.AudioOutputMode[] |
Call.AudioOutputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Call.switchAudioOutput(Call.AudioOutputMode audioOutputMode)
Switch the audio play output mode during a call.
|