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 number of bytes transmitted over the LAN path.

◆ lanRxBytes

uint32_t lanRxBytes

The number of bytes received over the LAN path.

◆ wifiTxBytes

uint32_t wifiTxBytes

The number of bytes transmitted over the Wi-Fi path.

◆ wifiRxBytes

uint32_t wifiRxBytes

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

◆ mobileTxBytes

uint32_t mobileTxBytes

The number of bytes transmitted over the mobile network path.

◆ mobileRxBytes

uint32_t mobileRxBytes

The number of bytes received over the mobile network path.

◆ activePathNum

int activePathNum

The number of active paths.

◆ pathStats

const PathStats* pathStats

“An array of statistics for each active path.