Agora C++ API Reference for All Platforms
agora::rtc::LastmileProbeResult Struct Reference

#include <IAgoraRtcEngine.h>

Public Attributes

LASTMILE_PROBE_RESULT_STATE state
 
LastmileProbeOneWayResult uplinkReport
 
LastmileProbeOneWayResult downlinkReport
 
unsigned int rtt
 

Detailed Description

The uplink and downlink last-mile network probe test result.

Member Data Documentation

◆ state

LASTMILE_PROBE_RESULT_STATE agora::rtc::LastmileProbeResult::state

The state of the probe test.

◆ uplinkReport

LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::uplinkReport

The uplink last-mile network probe test result.

◆ downlinkReport

LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::downlinkReport

The downlink last-mile network probe test result.

◆ rtt

unsigned int agora::rtc::LastmileProbeResult::rtt

The round-trip delay time (ms).