|
Zoom Rooms Controller SDK Reference 7.1.0
|
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. | |
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.
| bool ProAVAssignedGalleryHideOptions::hideHostCoHost = false |
Hide the host and all co-hosts.
Definition at line 113 of file IProAVService.h.
| bool ProAVAssignedGalleryHideOptions::hideNonVideo = false |
Hide participants whose video is off.
Definition at line 114 of file IProAVService.h.
| bool ProAVAssignedGalleryHideOptions::hideSelf = false |
Hide the local room device and its companion cameras.
Definition at line 112 of file IProAVService.h.