|
Zoom Rooms Controller SDK Reference 7.0.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. | |
Pro AV assigned gallery info. Contains the configuration for assigned gallery mode, including seat assignments.
Definition at line 120 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 123 of file IProAVService.h.
| std::vector<ProAVAssignedSeatInfo> ProAVAssignedGalleryInfo::seats |
List of seat configurations in the assigned gallery.
Definition at line 122 of file IProAVService.h.