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

Inherits <NSObject>.

Properties

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

Detailed Description

Statistics of the last-mile probe.

Property Documentation

◆ state

- (AgoraLastmileProbeResultState) state
readwritenonatomicassign

The state of the probe test. See AgoraLastmileProbeResultState.

◆ rtt

- (NSUInteger) rtt
readwritenonatomicassign

The round-trip delay time (ms).

◆ uplinkReport

- (AgoraLastmileProbeOneWayResult* _Nonnull) uplinkReport
readwritenonatomicstrong

The uplink last-mile network report.

See AgoraLastmileProbeOneWayResult.

◆ downlinkReport

- (AgoraLastmileProbeOneWayResult* _Nonnull) downlinkReport
readwritenonatomicstrong

The downlink last-mile network report.

See AgoraLastmileProbeOneWayResult.