Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Method and Description |
---|---|
static Call.VideoRenderMode |
Call.VideoRenderMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Call.VideoRenderMode[] |
Call.VideoRenderMode.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.setRemoteVideoRenderMode(Call.VideoRenderMode mode)
Specify how the remote video adjusts its content to be render in a view.
|