|
Video SDK v3.7.1 API Reference for Unity
|
Public Attributes | |
| bool | probeUplink |
| bool | probeDownlink |
| uint | expectedUplinkBitrate |
| uint | expectedDownlinkBitrate |
Configurations of the last-mile network probe test.
| 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:
| bool agora_gaming_rtc.LastmileProbeConfig.probeDownlink |
Sets whether or not to test the downlink network:
| 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.
| uint agora_gaming_rtc.LastmileProbeConfig.expectedDownlinkBitrate |
The expected maximum receiving bitrate (bps) of the local user. The value ranges between 100000 and 5000000.