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

Results of the uplink and downlink last-mile network tests.

Constructor & Destructor Documentation

◆ LastmileProbeResult()

LastmileProbeResult ( )
inline

Field Documentation

◆ state

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

◆ uplinkReport

Results of the uplink last-mile network test. For details, see LastmileProbeOneWayResult.

◆ downlinkReport

LastmileProbeOneWayResult downlinkReport

Results of the downlink last-mile network test. For details, see LastmileProbeOneWayResult.

◆ rtt

unsigned int rtt

The round-trip time (ms).