|
Zoom Rooms Controller SDK Reference 6.6.0
|
Legacy room system. More...
#include <ZRCSDKTypes.h>
Data Fields | |
| std::string | name |
| Room system name. | |
| std::string | ip |
| Room system ip. | |
| std::string | e164Num |
| Room system e164 number. | |
| LegacyRoomSystemType | roomSystemType = LegacyRoomSystemTypeNone |
| Room system type, see LegacyRoomSystemType enum. | |
| LegacyRoomSystemEncryptType | encryptType = LegacyRoomSystemEncryptTypeNo |
| Room system encrypt type, see LegacyRoomSystemEncryptType enum. | |
| bool | isPexipCVI = false |
| TRUE indicates the room system is pexip CVI. This field is configured in web. | |
Legacy room system.
Definition at line 775 of file ZRCSDKTypes.h.
| std::string LegacyRoomSystem::e164Num |
Room system e164 number.
Definition at line 779 of file ZRCSDKTypes.h.
| LegacyRoomSystemEncryptType LegacyRoomSystem::encryptType = LegacyRoomSystemEncryptTypeNo |
Room system encrypt type, see LegacyRoomSystemEncryptType enum.
Definition at line 781 of file ZRCSDKTypes.h.
| std::string LegacyRoomSystem::ip |
Room system ip.
Definition at line 778 of file ZRCSDKTypes.h.
| bool LegacyRoomSystem::isPexipCVI = false |
TRUE indicates the room system is pexip CVI. This field is configured in web.
Definition at line 782 of file ZRCSDKTypes.h.
| std::string LegacyRoomSystem::name |
Room system name.
Definition at line 777 of file ZRCSDKTypes.h.
| LegacyRoomSystemType LegacyRoomSystem::roomSystemType = LegacyRoomSystemTypeNone |
Room system type, see LegacyRoomSystemType enum.
Definition at line 780 of file ZRCSDKTypes.h.