|
Zoom Rooms Controller SDK Reference 6.6.0
|
Statistical phone peer info. More...
#include <ISettingService.h>
Data Fields | |
| std::string | peerNumber |
| Peer number. | |
| std::string | localIp |
| Local IP. | |
| uint32_t | localPort = 0 |
| Local port. | |
| std::string | remoteIp |
| Remote IP. | |
| uint32_t | remotePort = 0 |
| Remote port. | |
| uint32_t | networkDelay = 0 |
| Network delay. | |
| StatisticalPhoneNetworkInfo | networkSendingStatus |
| Network sending status. | |
| StatisticalPhoneNetworkInfo | networkReceivingStatus |
| network receiving status | |
Statistical phone peer info.
Definition at line 258 of file ISettingService.h.
| std::string StatisticalPhonePeerInfo::localIp |
Local IP.
Definition at line 261 of file ISettingService.h.
| uint32_t StatisticalPhonePeerInfo::localPort = 0 |
Local port.
Definition at line 262 of file ISettingService.h.
| uint32_t StatisticalPhonePeerInfo::networkDelay = 0 |
Network delay.
Definition at line 265 of file ISettingService.h.
| StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkReceivingStatus |
network receiving status
Definition at line 267 of file ISettingService.h.
| StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkSendingStatus |
Network sending status.
Definition at line 266 of file ISettingService.h.
| std::string StatisticalPhonePeerInfo::peerNumber |
Peer number.
Definition at line 260 of file ISettingService.h.
| std::string StatisticalPhonePeerInfo::remoteIp |
Remote IP.
Definition at line 263 of file ISettingService.h.
| uint32_t StatisticalPhonePeerInfo::remotePort = 0 |
Remote port.
Definition at line 264 of file ISettingService.h.