|
Zoom Rooms Controller SDK Reference 7.0.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 295 of file ISettingService.h.
| std::string StatisticalPhoneInfo::localNetworkInterface |
Local network interface.
Definition at line 301 of file ISettingService.h.
| std::string StatisticalPhoneInfo::networkSwitch |
Network switch.
Definition at line 300 of file ISettingService.h.
| std::vector<StatisticalPhonePeerInfo> StatisticalPhoneInfo::phonePeers |
Phone peer info.
Definition at line 302 of file ISettingService.h.
| std::string StatisticalPhoneInfo::registerId |
Register ID.
Definition at line 297 of file ISettingService.h.
| std::string StatisticalPhoneInfo::registerServerIp |
Register server IP.
Definition at line 298 of file ISettingService.h.
| uint32_t StatisticalPhoneInfo::registerServerPort = 0 |
Register server port.
Definition at line 299 of file ISettingService.h.