Video SDK v3.7.1 API Reference for Unity
Public Attributes | List of all members
agora_gaming_rtc.LastmileProbeConfig Struct Reference

Public Attributes

bool probeUplink
 
bool probeDownlink
 
uint expectedUplinkBitrate
 
uint expectedDownlinkBitrate
 

Detailed Description

Configurations of the last-mile network probe test.

Member Data Documentation

◆ probeUplink

bool agora_gaming_rtc.LastmileProbeConfig.probeUplink

Sets whether or not 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.

◆ probeDownlink

bool agora_gaming_rtc.LastmileProbeConfig.probeDownlink

Sets whether or not to test the downlink network:

  • true: test.
  • false: do not test.

◆ expectedUplinkBitrate

uint agora_gaming_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.

◆ expectedDownlinkBitrate

uint agora_gaming_rtc.LastmileProbeConfig.expectedDownlinkBitrate

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


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