Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMultipathStats Class Reference

Inherits <NSObject>.

Properties

NSUInteger lanRxBytes
 
NSUInteger lanTxBytes
 
NSUInteger wifiRxBytes
 
NSUInteger wifiTxBytes
 
NSUInteger mobileRxBytes
 
NSUInteger mobileTxBytes
 
NSUInteger activePathNum
 
NSArray< AgoraPathStats * > *_Nullable pathStats
 

Detailed Description

Since
4.6.0

Property Documentation

◆ lanRxBytes

- (NSUInteger) lanRxBytes
readwritenonatomicassign

The total number of bytes received over the LAN path.

◆ lanTxBytes

- (NSUInteger) lanTxBytes
readwritenonatomicassign

The total number of bytes sent over the LAN path.

◆ wifiRxBytes

- (NSUInteger) wifiRxBytes
readwritenonatomicassign

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

◆ wifiTxBytes

- (NSUInteger) wifiTxBytes
readwritenonatomicassign

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

◆ mobileRxBytes

- (NSUInteger) mobileRxBytes
readwritenonatomicassign

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

◆ mobileTxBytes

- (NSUInteger) mobileTxBytes
readwritenonatomicassign

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

◆ activePathNum

- (NSUInteger) activePathNum
readwritenonatomicassign

The number of currently active transmission paths.

◆ pathStats

- (NSArray<AgoraPathStats *>* _Nullable) pathStats
readwritenonatomiccopy

Statistics for each active transmission path. See AgoraPathStats.