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

Inherits <NSObject>.

Properties

AgoraLastmileProbeResultState state
 
NSUInteger rtt
 
AgoraLastmileProbeOneWayResult *_Nonnull uplinkReport
 
AgoraLastmileProbeOneWayResult *_Nonnull downlinkReport
 

Property Documentation

◆ state

- (AgoraLastmileProbeResultState) state
readwritenonatomicassign

The status of the last-mile network tests. See AgoraLastmileProbeResultState.

◆ rtt

- (NSUInteger) rtt
readwritenonatomicassign

The round-trip time (ms).

◆ uplinkReport

- (AgoraLastmileProbeOneWayResult* _Nonnull) uplinkReport
readwritenonatomicstrong

Results of the uplink last-mile network test. See AgoraLastmileProbeOneWayResult.

◆ downlinkReport

- (AgoraLastmileProbeOneWayResult* _Nonnull) downlinkReport
readwritenonatomicstrong

Results of the downlink last-mile network test. See AgoraLastmileProbeOneWayResult.