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

Pro AV assigned gallery info. Contains the configuration for assigned gallery mode, including seat assignments. More...

#include <IProAVService.h>

Data Fields

std::vector< ProAVAssignedSeatInfoseats
 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< ProAVAssignedGalleryHideUserhideUsers
 Users configured to be hidden from unassigned seats.
 

Detailed Description

Pro AV assigned gallery info. Contains the configuration for assigned gallery mode, including seat assignments.

Definition at line 140 of file IProAVService.h.

Field Documentation

◆ hideUsers

std::vector<ProAVAssignedGalleryHideUser> ProAVAssignedGalleryInfo::hideUsers

Users configured to be hidden from unassigned seats.

Definition at line 144 of file IProAVService.h.

◆ meetingId

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.

◆ seats

std::vector<ProAVAssignedSeatInfo> ProAVAssignedGalleryInfo::seats

List of seat configurations in the assigned gallery.

Definition at line 142 of file IProAVService.h.