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

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< StatisticalPhonePeerInfophonePeers
 Phone peer info.
 

Detailed Description

Statistical phone info.

Definition at line 272 of file ISettingService.h.

Field Documentation

◆ localNetworkInterface

std::string StatisticalPhoneInfo::localNetworkInterface

Local network interface.

Definition at line 278 of file ISettingService.h.

◆ networkSwitch

std::string StatisticalPhoneInfo::networkSwitch

Network switch.

Definition at line 277 of file ISettingService.h.

◆ phonePeers

std::vector<StatisticalPhonePeerInfo> StatisticalPhoneInfo::phonePeers

Phone peer info.

Definition at line 279 of file ISettingService.h.

◆ registerId

std::string StatisticalPhoneInfo::registerId

Register ID.

Definition at line 274 of file ISettingService.h.

◆ registerServerIp

std::string StatisticalPhoneInfo::registerServerIp

Register server IP.

Definition at line 275 of file ISettingService.h.

◆ registerServerPort

uint32_t StatisticalPhoneInfo::registerServerPort = 0

Register server port.

Definition at line 276 of file ISettingService.h.