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

Inherits <NSObject>.

Properties

AgoraMultipathType pathType
 
NSUInteger txKBitRate
 
NSUInteger rxKBitRate
 

Detailed Description

Since
4.6.0

Property Documentation

◆ pathType

- (AgoraMultipathType) pathType
readwritenonatomicassign

Types of network path. See AgoraMultipathType.

Since
4.6.0

◆ txKBitRate

- (NSUInteger) txKBitRate
readwritenonatomicassign

The transmission bitrate of the path in Kbps.

Since
4.6.0

◆ rxKBitRate

- (NSUInteger) rxKBitRate
readwritenonatomicassign

The receiving bitrate of the path in Kbps.

Since
4.6.0