Public Attributes | |
boolean | probeUplink |
boolean | probeDownlink |
int | expectedUplinkBitrate |
int | expectedDownlinkBitrate |
The last-mile probe configurations.
boolean io.agora.rtc.internal.LastmileProbeConfig.probeUplink |
Sets whether or not to test the uplink network. Some users, for example, the audience in a Live Broadcast profile, do not need such a test.
boolean io.agora.rtc.internal.LastmileProbeConfig.probeDownlink |
Sets whether or not to probe the downlink network.
int io.agora.rtc.internal.LastmileProbeConfig.expectedUplinkBitrate |
The expected maximum sending bitrate (Kbps) of the local user. The value ranges between 100 and 5000. We recommend setting this parameter according to the bitrate value set by setVideoEncoderConfiguration.
int io.agora.rtc.internal.LastmileProbeConfig.expectedDownlinkBitrate |
The expected maximum receiving bitrate (Kbps) of the local user. The value ranges between 100 and 5000.