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

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 email
 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).
 

Detailed Description

Pro AV assigned seat info. Represents a seat configuration in the assigned gallery mode.

Definition at line 109 of file IProAVService.h.

Field Documentation

◆ email

std::string ProAVAssignedSeatInfo::email

The email address of the user assigned to this seat (if reserved).

Definition at line 113 of file IProAVService.h.

◆ index

uint32_t ProAVAssignedSeatInfo::index = 0

The seat index position in the gallery.

Definition at line 111 of file IProAVService.h.

◆ isReserved

bool ProAVAssignedSeatInfo::isReserved = false

TRUE indicates the seat is reserved for a specific user.

Definition at line 112 of file IProAVService.h.

◆ name

std::string ProAVAssignedSeatInfo::name

The display name of the user assigned to this seat (if reserved).

Definition at line 114 of file IProAVService.h.