|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| bool | probeUplink |
| bool | probeDownlink |
| unsigned int | expectedUplinkBitrate |
| unsigned int | expectedDownlinkBitrate |
Configurations of the last-mile network test.
| bool probeUplink |
Determines whether to test the uplink network. Some users, for example, the audience in a live broadcast channel, do not need such a test:
| bool probeDownlink |
Determines whether to test the downlink network:
| unsigned int expectedUplinkBitrate |
The expected maximum sending bitrate (bps) of the local user. The value range is [100000, 5000000]. We recommend setting this parameter according to the bitrate value set by setVideoEncoderConfiguration.
| unsigned int expectedDownlinkBitrate |
The expected maximum receiving bitrate (bps) of the local user. The value range is [100000,5000000].