Zoom Rooms Controller SDK Reference 7.1.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.
 
std::vector< ProAVAssignedGalleryHideUserhideUsers
 Currently hidden users who have joined the meeting.
 

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 160 of file IProAVService.h.

Field Documentation

◆ configApplied

bool ProAVAssignedGalleryStatus::configApplied = false

TRUE indicates the assigned gallery configuration has been successfully applied.

Definition at line 163 of file IProAVService.h.

◆ fullUpdate

bool ProAVAssignedGalleryStatus::fullUpdate = false

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

Definition at line 162 of file IProAVService.h.

◆ hideUsers

std::vector<ProAVAssignedGalleryHideUser> ProAVAssignedGalleryStatus::hideUsers

Currently hidden users who have joined the meeting.

Definition at line 165 of file IProAVService.h.

◆ seats

std::vector<ProAVAssignedSeatStatus> ProAVAssignedGalleryStatus::seats

List of seat statuses showing current user occupancy.

Definition at line 164 of file IProAVService.h.