Zoom Rooms Controller SDK Reference 7.0.0
Loading...
Searching...
No Matches
ProAVAssignedGalleryStatus Struct Reference

Pro AV assigned gallery status. Represents the real-time status of the assigned gallery, including whether the configuration is successfully applied and the current seat occupancy details. More...

#include <IProAVService.h>

Data Fields

bool fullUpdate = false
 TRUE indicates this is a full status update, FALSE indicates partial update.
 
bool configApplied = false
 TRUE indicates the assigned gallery configuration has been successfully applied.
 
std::vector< ProAVAssignedSeatStatusseats
 List of seat statuses showing current user occupancy.
 

Detailed Description

Pro AV assigned gallery status. Represents the real-time status of the assigned gallery, including whether the configuration is successfully applied and the current seat occupancy details.

Definition at line 139 of file IProAVService.h.

Field Documentation

◆ configApplied

bool ProAVAssignedGalleryStatus::configApplied = false

TRUE indicates the assigned gallery configuration has been successfully applied.

Definition at line 142 of file IProAVService.h.

◆ fullUpdate

bool ProAVAssignedGalleryStatus::fullUpdate = false

TRUE indicates this is a full status update, FALSE indicates partial update.

Definition at line 141 of file IProAVService.h.

◆ seats

std::vector<ProAVAssignedSeatStatus> ProAVAssignedGalleryStatus::seats

List of seat statuses showing current user occupancy.

Definition at line 143 of file IProAVService.h.