|
Zoom Rooms Controller SDK Reference 7.1.0
|
Pro AV assigned gallery info. Contains the configuration for assigned gallery mode, including seat assignments. More...
#include <IProAVService.h>
Data Fields | |
| std::vector< ProAVAssignedSeatInfo > | seats |
| List of seat configurations in the assigned gallery. | |
| int64_t | meetingId = 0 |
| The meeting ID this configuration applies to. 0 indicates an invalid or unspecified meeting ID. | |
| std::vector< ProAVAssignedGalleryHideUser > | hideUsers |
| Users configured to be hidden from unassigned seats. | |
Pro AV assigned gallery info. Contains the configuration for assigned gallery mode, including seat assignments.
Definition at line 140 of file IProAVService.h.
| std::vector<ProAVAssignedGalleryHideUser> ProAVAssignedGalleryInfo::hideUsers |
Users configured to be hidden from unassigned seats.
Definition at line 144 of file IProAVService.h.
| int64_t ProAVAssignedGalleryInfo::meetingId = 0 |
The meeting ID this configuration applies to. 0 indicates an invalid or unspecified meeting ID.
Definition at line 143 of file IProAVService.h.
| std::vector<ProAVAssignedSeatInfo> ProAVAssignedGalleryInfo::seats |
List of seat configurations in the assigned gallery.
Definition at line 142 of file IProAVService.h.