Class LastmileProbeConfig

Configurations of the last-mile network test.

Hierarchy

  • LastmileProbeConfig

Constructors

Properties

expectedDownlinkBitrate?: number

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

expectedUplinkBitrate?: number

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.

probeDownlink?: boolean

Sets whether to test the downlink network: true : Test the downlink network. false : Do not test the downlink network.

probeUplink?: boolean

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. true : Test the uplink network. false : Do not test the uplink network.

Generated using TypeDoc