Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Method and Description |
---|---|
Phone.VideoStreamMode |
Phone.getVideoStreamMode()
Return the video stream mode.
|
static Phone.VideoStreamMode |
Phone.VideoStreamMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phone.VideoStreamMode[] |
Phone.VideoStreamMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Phone.setVideoStreamMode(Phone.VideoStreamMode videoStreamMode)
Set the video stream mode, default value is
COMPOSITED . |