Agora RTC Objective-C API Reference  Refactor
Data Fields
LastmileProbeResult Struct Reference

Data Fields

LASTMILE_PROBE_RESULT_STATE state
 
LastmileProbeOneWayResult uplinkReport
 
LastmileProbeOneWayResult downlinkReport
 
unsigned int rtt
 

Detailed Description

The definition of the LastmileProbeResult struct, which reports the uplink and downlink last-mile network probe test result.

Constructor & Destructor Documentation

◆ LastmileProbeResult()

LastmileProbeResult ( )
inline

Field Documentation

◆ state

The state of last-mile network probe test: LASTMILE_PROBE_RESULT_STATE.

◆ uplinkReport

The uplink last-mile network probe test result: LastmileProbeOneWayResult.

◆ downlinkReport

LastmileProbeOneWayResult downlinkReport

The downlink last-mile network probe test result: LastmileProbeOneWayResult.

◆ rtt

unsigned int rtt

The round-trip delay time (ms).