|
Zoom Rooms Controller SDK Reference 7.0.0
|
Pro AV assigned seat info. Represents a seat configuration in the assigned gallery mode. More...
#include <IProAVService.h>
Data Fields | |
| uint32_t | index = 0 |
| The seat index position in the gallery. | |
| bool | isReserved = false |
| TRUE indicates the seat is reserved for a specific user. | |
| std::string | |
| The email address of the user assigned to this seat (if reserved). | |
| std::string | name |
| The display name of the user assigned to this seat (if reserved). | |
Pro AV assigned seat info. Represents a seat configuration in the assigned gallery mode.
Definition at line 109 of file IProAVService.h.
| std::string ProAVAssignedSeatInfo::email |
The email address of the user assigned to this seat (if reserved).
Definition at line 113 of file IProAVService.h.
| uint32_t ProAVAssignedSeatInfo::index = 0 |
The seat index position in the gallery.
Definition at line 111 of file IProAVService.h.
| bool ProAVAssignedSeatInfo::isReserved = false |
TRUE indicates the seat is reserved for a specific user.
Definition at line 112 of file IProAVService.h.
| std::string ProAVAssignedSeatInfo::name |
The display name of the user assigned to this seat (if reserved).
Definition at line 114 of file IProAVService.h.