Zoom Rooms Controller SDK Reference 6.5.0
|
Statistical phone info. More...
#include <ISettingService.h>
Data Fields | |
std::string | registerId |
Register ID. | |
std::string | registerServerIp |
Register server IP. | |
uint32_t | registerServerPort = 0 |
Register server port. | |
std::string | networkSwitch |
Network switch. | |
std::string | localNetworkInterface |
Local network interface. | |
std::vector< StatisticalPhonePeerInfo > | phonePeers |
Phone peer info. | |
Statistical phone info.
Definition at line 272 of file ISettingService.h.
std::string StatisticalPhoneInfo::localNetworkInterface |
Local network interface.
Definition at line 278 of file ISettingService.h.
std::string StatisticalPhoneInfo::networkSwitch |
Network switch.
Definition at line 277 of file ISettingService.h.
std::vector<StatisticalPhonePeerInfo> StatisticalPhoneInfo::phonePeers |
Phone peer info.
Definition at line 279 of file ISettingService.h.
std::string StatisticalPhoneInfo::registerId |
Register ID.
Definition at line 274 of file ISettingService.h.
std::string StatisticalPhoneInfo::registerServerIp |
Register server IP.
Definition at line 275 of file ISettingService.h.
uint32_t StatisticalPhoneInfo::registerServerPort = 0 |
Register server port.
Definition at line 276 of file ISettingService.h.