Zoom Rooms Controller SDK Reference 6.5.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 258 of file ISettingService.h.

Field Documentation

◆ localIp

std::string StatisticalPhonePeerInfo::localIp

Local IP.

Definition at line 261 of file ISettingService.h.

◆ localPort

uint32_t StatisticalPhonePeerInfo::localPort = 0

Local port.

Definition at line 262 of file ISettingService.h.

◆ networkDelay

uint32_t StatisticalPhonePeerInfo::networkDelay = 0

Network delay.

Definition at line 265 of file ISettingService.h.

◆ networkReceivingStatus

StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkReceivingStatus

network receiving status

Definition at line 267 of file ISettingService.h.

◆ networkSendingStatus

StatisticalPhoneNetworkInfo StatisticalPhonePeerInfo::networkSendingStatus

Network sending status.

Definition at line 266 of file ISettingService.h.

◆ peerNumber

std::string StatisticalPhonePeerInfo::peerNumber

Peer number.

Definition at line 260 of file ISettingService.h.

◆ remoteIp

std::string StatisticalPhonePeerInfo::remoteIp

Remote IP.

Definition at line 263 of file ISettingService.h.

◆ remotePort

uint32_t StatisticalPhonePeerInfo::remotePort = 0

Remote port.

Definition at line 264 of file ISettingService.h.