Public Attributes | |
boolean | probeUplink |
boolean | probeDownlink |
int | expectedUplinkBitrate |
int | expectedDownlinkBitrate |
Lastmile probe configuration.
int io.agora.rtc.internal.LastmileProbeConfig.expectedDownlinkBitrate |
The expected maximum receive bitrate in bps in range of [100000, 5000000].
int io.agora.rtc.internal.LastmileProbeConfig.expectedUplinkBitrate |
The expected maximum sending bitrate in bps in range of [100000, 5000000]. It is recommended to set this value according to the required bitrate of selected video profile.
boolean io.agora.rtc.internal.LastmileProbeConfig.probeDownlink |
Whether to probe downlink of lastmile.
boolean io.agora.rtc.internal.LastmileProbeConfig.probeUplink |
Whether to probe uplink of lastmile. i.e., audience don't need probe uplink bandwidth.