Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
ScreenLayoutStatus Struct Reference

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< ScreenLayoutInfolayoutInfos
 All screen layout infos.
 

Detailed Description

Meeting screen layout status.

Definition at line 222 of file IMeetingViewLayoutHelper.h.

Field Documentation

◆ canAdjustFloatingVideo

bool ScreenLayoutStatus::canAdjustFloatingVideo = false

TRUE indicates can adjust floating video.

Definition at line 226 of file IMeetingViewLayoutHelper.h.

◆ canShowContentOnly

bool ScreenLayoutStatus::canShowContentOnly = false

TRUE indicates can switch to Content Only layout.

Definition at line 224 of file IMeetingViewLayoutHelper.h.

◆ canSwitchFloatingShareContent

bool ScreenLayoutStatus::canSwitchFloatingShareContent = false

TRUE indicates can switch between floating video and floating shared content.

Definition at line 227 of file IMeetingViewLayoutHelper.h.

◆ isInContentOnly

bool ScreenLayoutStatus::isInContentOnly = false

TRUE indicates current is in Content Only layout.

Definition at line 225 of file IMeetingViewLayoutHelper.h.

◆ isInFloatingShareContent

bool ScreenLayoutStatus::isInFloatingShareContent = false

TRUE indicates current is in floating shared content.

Definition at line 228 of file IMeetingViewLayoutHelper.h.

◆ layoutInfos

std::vector<ScreenLayoutInfo> ScreenLayoutStatus::layoutInfos

All screen layout infos.

Definition at line 229 of file IMeetingViewLayoutHelper.h.