Agora RTC Objective-C API Reference  Refactor
Data Fields
MultipathStats Struct Reference

Data Fields

uint32_t lanTxBytes
 
uint32_t lanRxBytes
 
uint32_t wifiTxBytes
 
uint32_t wifiRxBytes
 
uint32_t mobileTxBytes
 
uint32_t mobileRxBytes
 
int activePathNum
 
const PathStatspathStats
 

Detailed Description

Since
4.6.0

Constructor & Destructor Documentation

◆ MultipathStats()

MultipathStats ( )
inline

Field Documentation

◆ lanTxBytes

uint32_t lanTxBytes

The total number of bytes sent over the LAN path.

◆ lanRxBytes

uint32_t lanRxBytes

The total number of bytes received over the LAN path.

◆ wifiTxBytes

uint32_t wifiTxBytes

The total number of bytes sent over the Wi-Fi path.

◆ wifiRxBytes

uint32_t wifiRxBytes

The total number of bytes received over the Wi-Fi path.

◆ mobileTxBytes

uint32_t mobileTxBytes

The total number of bytes sent over the mobile network path.

◆ mobileRxBytes

uint32_t mobileRxBytes

The total number of bytes received over the mobile network path.

◆ activePathNum

int activePathNum

The number of active transmission paths.

◆ pathStats

const PathStats* pathStats

An array of statistics for each active transmission path. See PathStats.