Agora Java API Reference for Android
|
Public Attributes | |
boolean | probeUplink |
boolean | probeDownlink |
int | expectedUplinkBitrate |
int | expectedDownlinkBitrate |
Last-mile probe configuration.
boolean io.agora.rtc2.internal.LastmileProbeConfig.probeUplink |
Whether to probe the uplink quality of the last-mile network.
boolean io.agora.rtc2.internal.LastmileProbeConfig.probeDownlink |
Whether to probe the downlink quality of the last-mile network.
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.
int io.agora.rtc2.internal.LastmileProbeConfig.expectedDownlinkBitrate |
The expected maximum receive bitrate in bps in range of [100000, 5000000].