|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| BOOL | probeUplink |
| BOOL | probeDownlink |
| NSUInteger | expectedUplinkBitrate |
| NSUInteger | expectedDownlinkBitrate |
|
readwritenonatomicassign |
Sets whether to test the uplink network. Some users, for example, the audience members in a LIVE_BROADCASTING channel, do not need such a test.
YES: Test the uplink network.NO: Do not test the uplink network.
|
readwritenonatomicassign |
Sets whether to test the downlink network:
YES: Test the downlink network.NO: Do not test the downlink network.
|
readwritenonatomicassign |
The expected maximum uplink bitrate (bps) of the local user. The value range is [100000, 5000000]. Agora recommends referring to setVideoEncoderConfiguration: to set the value.
|
readwritenonatomicassign |
The expected maximum downlink bitrate (bps) of the local user. The value range is [100000,5000000].