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

Inherits <NSObject>.

Properties

BOOL probeUplink
 
BOOL probeDownlink
 
NSUInteger expectedUplinkBitrate
 
NSUInteger expectedDownlinkBitrate
 

Detailed Description

The configurations for the last-mile network probe test.

Property Documentation

◆ probeUplink

- (BOOL) probeUplink
readwritenonatomicassign

Sets whether or not to test the uplink network.

Some users, for example, the audience in a live-broadcast channel, do not need such a test.

  • YES: Enables the test.
  • NO: Disables the test.

◆ probeDownlink

- (BOOL) probeDownlink
readwritenonatomicassign

Sets whether or not to test the downlink network.

  • YES: Enables the test.
  • NO: Disables the test.

◆ expectedUplinkBitrate

- (NSUInteger) expectedUplinkBitrate
readwritenonatomicassign

Sets the expected maximum sending bitrate (bps) of the local user.

The value ranges between 100000 and 5000000. Agora recommends setting this value according to the required bitrate of selected video profile.

◆ expectedDownlinkBitrate

- (NSUInteger) expectedDownlinkBitrate
readwritenonatomicassign

Sets the expected maximum receiving bitrate (bps) of the local user. The value ranges between 100000 and 5000000.