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

Pro AV assigned seat status. Represents the current status of a seat, including which user is occupying it. More...

#include <IProAVService.h>

Data Fields

ProAVAssignedSeatInfo seat
 The seat configuration information.
 
std::string userGuid
 The GUID of the user currently occupying this seat. Empty if the seat is unoccupied.
 

Detailed Description

Pro AV assigned seat status. Represents the current status of a seat, including which user is occupying it.

Definition at line 129 of file IProAVService.h.

Field Documentation

◆ seat

ProAVAssignedSeatInfo ProAVAssignedSeatStatus::seat

The seat configuration information.

Definition at line 131 of file IProAVService.h.

◆ userGuid

std::string ProAVAssignedSeatStatus::userGuid

The GUID of the user currently occupying this seat. Empty if the seat is unoccupied.

Definition at line 132 of file IProAVService.h.