Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
StatisticalPhonePeerInfo Struct Reference

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
 

Detailed Description

Statistical phone peer info.

Definition at line 307 of file ISettingService.h.

Field Documentation

◆ localIp

std::string StatisticalPhonePeerInfo::localIp

Local IP.

Definition at line 310 of file ISettingService.h.

◆ localPort

uint32_t StatisticalPhonePeerInfo::localPort = 0

Local port.

Definition at line 311 of file ISettingService.h.

◆ networkDelay

uint32_t StatisticalPhonePeerInfo::networkDelay = 0

Network delay.

Definition at line 314 of file ISettingService.h.

◆ networkReceivingStatus

StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkReceivingStatus

network receiving status

Definition at line 316 of file ISettingService.h.

◆ networkSendingStatus

StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkSendingStatus

Network sending status.

Definition at line 315 of file ISettingService.h.

◆ peerNumber

std::string StatisticalPhonePeerInfo::peerNumber

Peer number.

Definition at line 309 of file ISettingService.h.

◆ remoteIp

std::string StatisticalPhonePeerInfo::remoteIp

Remote IP.

Definition at line 312 of file ISettingService.h.

◆ remotePort

uint32_t StatisticalPhonePeerInfo::remotePort = 0

Remote port.

Definition at line 313 of file ISettingService.h.