|
Zoom Rooms Controller SDK Reference 6.6.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 332 of file ISettingService.h.
| std::string RoomProfile::ID |
ID.
Definition at line 334 of file ISettingService.h.
| bool RoomProfile::isSelected = false |
TRUE indicates current selected.
Definition at line 336 of file ISettingService.h.
| std::vector<int32_t> RoomProfile::issueDevices |
Issue devices. Device type see DeviceType enum.
Definition at line 337 of file ISettingService.h.
| std::string RoomProfile::name |
Name.
Definition at line 335 of file ISettingService.h.