Agora Java API Reference for Android
Public Attributes | List of all members
io.agora.rtc2.internal.LastmileProbeConfig Class Reference

Public Attributes

boolean probeUplink
 
boolean probeDownlink
 
int expectedUplinkBitrate
 
int expectedDownlinkBitrate
 

Detailed Description

Last-mile probe configuration.

Member Data Documentation

◆ probeUplink

boolean io.agora.rtc2.internal.LastmileProbeConfig.probeUplink

Whether to probe the uplink quality of the last-mile network.

  • true: Probe the quality of the uplink last-mile network.
  • false: Do not probe the quality of the uplink last-mile network.

◆ probeDownlink

boolean io.agora.rtc2.internal.LastmileProbeConfig.probeDownlink

Whether to probe the downlink quality of the last-mile network.

  • true: Probe the quality of the downlink last-mile network.
  • false: Do not probe the quality of the downlink last-mile network.

◆ expectedUplinkBitrate

int io.agora.rtc2.internal.LastmileProbeConfig.expectedUplinkBitrate

The expected maximum sending bitrate in bps in range of [100000, 5000000]. Agora recommends setting this value according to the required bitrate of selected video profile.

◆ expectedDownlinkBitrate

int io.agora.rtc2.internal.LastmileProbeConfig.expectedDownlinkBitrate

The expected maximum receive bitrate in bps in range of [100000, 5000000].