Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Method and Description |
---|---|
MediaOption.CompositedVideoLayout |
MediaOption.getCompositedVideoLayout()
Returns the video layout of the active speaker and other attendees for the group video call.
|
MediaOption.CompositedVideoLayout |
MediaOption.getLayout()
Deprecated.
please use
MediaOption.getCompositedVideoLayout() |
static MediaOption.CompositedVideoLayout |
MediaOption.CompositedVideoLayout.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaOption.CompositedVideoLayout[] |
MediaOption.CompositedVideoLayout.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.setCompositedVideoLayout(MediaOption.CompositedVideoLayout layout)
Specify the composited video layout for the active speaker and other attendees in the group video meeting.
|
void |
MediaOption.setCompositedVideoLayout(MediaOption.CompositedVideoLayout compositedLayout)
Set the video layout of the active speaker and other attendees for the group video call.
|
void |
Call.setCompositedVideoLayout(MediaOption.CompositedVideoLayout layout,
CompletionHandler<java.lang.Void> callback)
Specify the composited video layout for the active speaker and other attendees in the group video meeting.
|
void |
MediaOption.setLayout(MediaOption.CompositedVideoLayout layout)
Deprecated.
|
void |
Call.setVideoLayout(MediaOption.CompositedVideoLayout layout)
Deprecated.
|