Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
ProAVAssignedGalleryHideOptions Struct Reference

Pro AV assigned gallery hide options. Configures which participant categories are excluded from unassigned seats in the Custom AV assigned gallery layout. More...

#include <IProAVService.h>

Data Fields

bool hideSelf = false
 Hide the local room device and its companion cameras.
 
bool hideHostCoHost = false
 Hide the host and all co-hosts.
 
bool hideNonVideo = false
 Hide participants whose video is off.
 

Detailed Description

Pro AV assigned gallery hide options. Configures which participant categories are excluded from unassigned seats in the Custom AV assigned gallery layout.

Definition at line 110 of file IProAVService.h.

Field Documentation

◆ hideHostCoHost

bool ProAVAssignedGalleryHideOptions::hideHostCoHost = false

Hide the host and all co-hosts.

Definition at line 113 of file IProAVService.h.

◆ hideNonVideo

bool ProAVAssignedGalleryHideOptions::hideNonVideo = false

Hide participants whose video is off.

Definition at line 114 of file IProAVService.h.

◆ hideSelf

bool ProAVAssignedGalleryHideOptions::hideSelf = false

Hide the local room device and its companion cameras.

Definition at line 112 of file IProAVService.h.