Agora Server Gateway SDK C++ API Reference
Public Attributes | List of all members
agora::rtc::LastmileProbeConfig Struct Reference

#include <AgoraBase.h>

Public Attributes

bool probeUplink
 
bool probeDownlink
 
unsigned int expectedUplinkBitrate
 
unsigned int expectedDownlinkBitrate
 

Detailed Description

The definition of the LastmileProbeConfig struct.

Member Data Documentation

◆ expectedDownlinkBitrate

unsigned int agora::rtc::LastmileProbeConfig::expectedDownlinkBitrate

The expected maximum receiving bitrate (bps) of the local user. The value ranges between 100000 and 5000000.

◆ expectedUplinkBitrate

unsigned int agora::rtc::LastmileProbeConfig::expectedUplinkBitrate

The expected maximum sending bitrate (bps) of the local user. The value ranges between 100000 and 5000000. We recommend setting this parameter according to the bitrate value set by setVideoEncoderConfiguration.

◆ probeDownlink

bool agora::rtc::LastmileProbeConfig::probeDownlink

Determines whether to test the downlink network:

  • true: Test.
  • false: Do not test.

◆ probeUplink

bool agora::rtc::LastmileProbeConfig::probeUplink

Determines whether to test the uplink network. Some users, for example, the audience in a live broadcast channel, do not need such a test:

  • true: Test.
  • false: Do not test.

The documentation for this struct was generated from the following file: