|
Zoom Rooms Controller SDK Reference 7.0.0
|
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. | |
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.
| ProAVAssignedSeatInfo ProAVAssignedSeatStatus::seat |
The seat configuration information.
Definition at line 131 of file IProAVService.h.
| 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.