Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting screen layout status. More...
#include <IMeetingViewLayoutHelper.h>
Data Fields | |
bool | canShowContentOnly = false |
TRUE indicates can switch to Content Only layout. | |
bool | isInContentOnly = false |
TRUE indicates current is in Content Only layout. | |
bool | canAdjustFloatingVideo = false |
TRUE indicates can adjust floating video. | |
bool | canSwitchFloatingShareContent = false |
TRUE indicates can switch between floating video and floating shared content. | |
bool | isInFloatingShareContent = false |
TRUE indicates current is in floating shared content. | |
std::vector< ScreenLayoutInfo > | layoutInfos |
All screen layout infos. | |
Meeting screen layout status.
Definition at line 222 of file IMeetingViewLayoutHelper.h.
bool ScreenLayoutStatus::canAdjustFloatingVideo = false |
TRUE indicates can adjust floating video.
Definition at line 226 of file IMeetingViewLayoutHelper.h.
bool ScreenLayoutStatus::canShowContentOnly = false |
TRUE indicates can switch to Content Only layout.
Definition at line 224 of file IMeetingViewLayoutHelper.h.
bool ScreenLayoutStatus::canSwitchFloatingShareContent = false |
TRUE indicates can switch between floating video and floating shared content.
Definition at line 227 of file IMeetingViewLayoutHelper.h.
bool ScreenLayoutStatus::isInContentOnly = false |
TRUE indicates current is in Content Only layout.
Definition at line 225 of file IMeetingViewLayoutHelper.h.
bool ScreenLayoutStatus::isInFloatingShareContent = false |
TRUE indicates current is in floating shared content.
Definition at line 228 of file IMeetingViewLayoutHelper.h.
std::vector<ScreenLayoutInfo> ScreenLayoutStatus::layoutInfos |
All screen layout infos.
Definition at line 229 of file IMeetingViewLayoutHelper.h.