NERtc Unity SDK  V4.5.907
Public Attributes | List of all members
nertc.RtcLastmileProbeConfig Struct Reference

Public Attributes

bool probeUplink
 
bool probeDownlink
 
uint expectedUplinkBitratebps
 
uint expectedDownlinkBitratebps
 

Detailed Description

Configurations of the last-mile network probe test.

Member Data Documentation

◆ probeUplink

bool nertc.RtcLastmileProbeConfig.probeUplink

Sets whether to test the uplink network.
Some users, for example, the audience in a kNERtcChannelProfileLiveBroadcasting channel, do not need such a test。

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

◆ probeDownlink

bool nertc.RtcLastmileProbeConfig.probeDownlink

Sets whether to test the downlink network:

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

◆ expectedUplinkBitratebps

uint nertc.RtcLastmileProbeConfig.expectedUplinkBitratebps

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 setVideoConfig.

◆ expectedDownlinkBitratebps

uint nertc.RtcLastmileProbeConfig.expectedDownlinkBitratebps

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: