Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LastmileProbeConfig

Configurations of the last-mile network probe test.

Hierarchy

  • LastmileProbeConfig

Index

Properties

expectedDownlinkBitrate

expectedDownlinkBitrate: number

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

expectedUplinkBitrate

expectedUplinkBitrate: number

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

We recommend setting this parameter according to the bitrate value set by setVideoEncoderConfiguration .

probeDownlink

probeDownlink: boolean

Sets whether or not to test the downlink network:

  • true: test.
  • false: do not test.

probeUplink

probeUplink: boolean

Sets whether or not to test the uplink network. Some users, for example, the audience in a LIVE_BROADCASTING channel, do not need such a test:

  • true: test.
  • false: do not test.

Generated using TypeDoc