|
Voice SDK v3.7.1 API Reference for All Platforms (C++)
|
Public Attributes | |
| bool | probeUplink |
| bool | probeDownlink |
| unsigned int | expectedUplinkBitrate |
| unsigned int | expectedDownlinkBitrate |
Configurations of the last-mile network probe test.
| bool agora::rtc::LastmileProbeConfig::probeUplink |
Sets whether to test the uplink network. Some users, for example, the audience in a LIVE_BROADCASTING channel, do not need such a test:
| bool agora::rtc::LastmileProbeConfig::probeDownlink |
Sets whether to test the downlink network:
| 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.
| unsigned int agora::rtc::LastmileProbeConfig::expectedDownlinkBitrate |
The expected maximum receiving bitrate (bps) of the local user. The value ranges between 100000 and 5000000.