Zoom Rooms Controller SDK Reference 6.5.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 771 of file ZRCSDKTypes.h.
std::string LegacyRoomSystem::e164Num |
Room system e164 number.
Definition at line 775 of file ZRCSDKTypes.h.
LegacyRoomSystemEncryptType LegacyRoomSystem::encryptType = LegacyRoomSystemEncryptTypeNo |
Room system encrypt type, see LegacyRoomSystemEncryptType enum.
Definition at line 777 of file ZRCSDKTypes.h.
std::string LegacyRoomSystem::ip |
Room system ip.
Definition at line 774 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 778 of file ZRCSDKTypes.h.
std::string LegacyRoomSystem::name |
Room system name.
Definition at line 773 of file ZRCSDKTypes.h.
LegacyRoomSystemType LegacyRoomSystem::roomSystemType = LegacyRoomSystemTypeNone |
Room system type, see LegacyRoomSystemType enum.
Definition at line 776 of file ZRCSDKTypes.h.