|
Zoom Rooms Controller SDK Reference 7.0.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 281 of file ISettingService.h.
| std::string StatisticalPhonePeerInfo::localIp |
Local IP.
Definition at line 284 of file ISettingService.h.
| uint32_t StatisticalPhonePeerInfo::localPort = 0 |
Local port.
Definition at line 285 of file ISettingService.h.
| uint32_t StatisticalPhonePeerInfo::networkDelay = 0 |
Network delay.
Definition at line 288 of file ISettingService.h.
| StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkReceivingStatus |
network receiving status
Definition at line 290 of file ISettingService.h.
| StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkSendingStatus |
Network sending status.
Definition at line 289 of file ISettingService.h.
| std::string StatisticalPhonePeerInfo::peerNumber |
Peer number.
Definition at line 283 of file ISettingService.h.
| std::string StatisticalPhonePeerInfo::remoteIp |
Remote IP.
Definition at line 286 of file ISettingService.h.
| uint32_t StatisticalPhonePeerInfo::remotePort = 0 |
Remote port.
Definition at line 287 of file ISettingService.h.