|
Zoom Rooms Controller SDK Reference 7.1.0
|
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. | |
Room profile item.
Definition at line 381 of file ISettingService.h.
| std::string RoomProfile::ID |
ID.
Definition at line 383 of file ISettingService.h.
| bool RoomProfile::isSelected = false |
TRUE indicates current selected.
Definition at line 385 of file ISettingService.h.
| std::vector<int32_t> RoomProfile::issueDevices |
Issue devices. Device type see DeviceType enum.
Definition at line 386 of file ISettingService.h.
| std::string RoomProfile::name |
Name.
Definition at line 384 of file ISettingService.h.