Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
ProAVAssignedGalleryHideUser Struct Reference

A user entry used in assigned gallery hide configuration or status. More...

#include <IProAVService.h>

Data Fields

std::string name
 Display name of the user.
 
std::string email
 Email address of the user.
 
std::string userGuid
 Unique GUID of the user.
 

Detailed Description

A user entry used in assigned gallery hide configuration or status.

Definition at line 130 of file IProAVService.h.

Field Documentation

◆ email

std::string ProAVAssignedGalleryHideUser::email

Email address of the user.

Definition at line 133 of file IProAVService.h.

◆ name

std::string ProAVAssignedGalleryHideUser::name

Display name of the user.

Definition at line 132 of file IProAVService.h.

◆ userGuid

std::string ProAVAssignedGalleryHideUser::userGuid

Unique GUID of the user.

Definition at line 134 of file IProAVService.h.