|
Zoom Rooms Controller SDK Reference 7.0.0
|
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< ProAVAssignedSeatStatus > | seats |
| List of seat statuses showing current user occupancy. | |
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.
| bool ProAVAssignedGalleryStatus::configApplied = false |
TRUE indicates the assigned gallery configuration has been successfully applied.
Definition at line 142 of file IProAVService.h.
| bool ProAVAssignedGalleryStatus::fullUpdate = false |
TRUE indicates this is a full status update, FALSE indicates partial update.
Definition at line 141 of file IProAVService.h.
| std::vector<ProAVAssignedSeatStatus> ProAVAssignedGalleryStatus::seats |
List of seat statuses showing current user occupancy.
Definition at line 143 of file IProAVService.h.