set Composited Video Layout
abstract fun setCompositedVideoLayout(layout: MediaOption.CompositedVideoLayout, callback: CompletionHandler<Void>)
Content copied to clipboard
Specify the composited video layout for the active speaker and other attendees in the group video meeting.
Since
2.8.0
Parameters
layout
the composited video layout mode
callback
A closure to be executed when completed, with error if the invocation is illegal or failed, otherwise nil.
abstract fun setCompositedVideoLayout(layout: MediaOption.CompositedVideoLayout)
Content copied to clipboard
Specify the composited video layout for the active speaker and other attendees in the group video meeting.
Since
2.8.0
Parameters
layout
the composited video layout mode