|
Zoom Rooms Controller SDK Reference 7.0.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 355 of file ISettingService.h.
| std::string RoomProfile::ID |
ID.
Definition at line 357 of file ISettingService.h.
| bool RoomProfile::isSelected = false |
TRUE indicates current selected.
Definition at line 359 of file ISettingService.h.
| std::vector<int32_t> RoomProfile::issueDevices |
Issue devices. Device type see DeviceType enum.
Definition at line 360 of file ISettingService.h.
| std::string RoomProfile::name |
Name.
Definition at line 358 of file ISettingService.h.