Agora RTC Objective-C API Reference  Refactor
Properties
AgoraLastmileProbeConfig Class Reference

Inherits <NSObject>.

Properties

BOOL probeUplink
 
BOOL probeDownlink
 
NSUInteger expectedUplinkBitrate
 
NSUInteger expectedDownlinkBitrate
 

Property Documentation

◆ probeUplink

- (BOOL) probeUplink
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.

◆ probeDownlink

- (BOOL) probeDownlink
readwritenonatomicassign

Sets whether to test the downlink network:

  • YES: Test the downlink network.
  • NO: Do not test the downlink network.

◆ expectedUplinkBitrate

- (NSUInteger) expectedUplinkBitrate
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.

◆ expectedDownlinkBitrate

- (NSUInteger) expectedDownlinkBitrate
readwritenonatomicassign

The expected maximum downlink bitrate (bps) of the local user. The value range is [100000,5000000].