Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
RoomProfile Struct Reference

Room profile item. More...

#include <ISettingService.h>

Data Fields

std::string ID
 ID.
 
std::string name
 Name.
 
bool isSelected = false
 TRUE indicates current selected.
 
std::vector< int32_t > issueDevices
 Issue devices. Device type see DeviceType enum.
 

Detailed Description

Room profile item.

Definition at line 332 of file ISettingService.h.

Field Documentation

◆ ID

std::string RoomProfile::ID

ID.

Definition at line 334 of file ISettingService.h.

◆ isSelected

bool RoomProfile::isSelected = false

TRUE indicates current selected.

Definition at line 336 of file ISettingService.h.

◆ issueDevices

std::vector<int32_t> RoomProfile::issueDevices

Issue devices. Device type see DeviceType enum.

Definition at line 337 of file ISettingService.h.

◆ name

std::string RoomProfile::name

Name.

Definition at line 335 of file ISettingService.h.