Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
LegacyRoomSystem Struct Reference

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.
 

Detailed Description

Legacy room system.

Definition at line 771 of file ZRCSDKTypes.h.

Field Documentation

◆ e164Num

std::string LegacyRoomSystem::e164Num

Room system e164 number.

Definition at line 775 of file ZRCSDKTypes.h.

◆ encryptType

Room system encrypt type, see LegacyRoomSystemEncryptType enum.

Definition at line 777 of file ZRCSDKTypes.h.

◆ ip

std::string LegacyRoomSystem::ip

Room system ip.

Definition at line 774 of file ZRCSDKTypes.h.

◆ isPexipCVI

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.

◆ name

std::string LegacyRoomSystem::name

Room system name.

Definition at line 773 of file ZRCSDKTypes.h.

◆ roomSystemType

LegacyRoomSystemType LegacyRoomSystem::roomSystemType = LegacyRoomSystemTypeNone

Room system type, see LegacyRoomSystemType enum.

Definition at line 776 of file ZRCSDKTypes.h.