Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LastmileProbeConfig

LastmileProbeConfig is startLastmileProbeTest's config parameter

property

probeUplink: boolean | sets whether or not to test the uplink networks. some users, for example, the audience in a Live-broadcast channel, do not need such a test. true: enables the probe test. false: disables the probe test.

property

probeDownlink: boolean | sets whether or not to probe the downlink network. true: enables the probe test. false: disables the probe test.

property

expectedUplinkBitrate: integer | The expected maximum sending bitrate (Kbps) of the local user. The value ranges between 100 and 5000. We recommend setting this parameter according to the bitrate value set by setVideoEncoderConfiguration.

property

expectedDownlinkBitrate: integer | The expected maximum receiving bitrate (Kbps) of the local user. The value ranges between 100 and 5000.

Hierarchy

  • LastmileProbeConfig

Index

Properties

expectedDownlinkBitrate

expectedDownlinkBitrate: number

expectedUplinkBitrate

expectedUplinkBitrate: number

probeDownlink

probeDownlink: boolean

probeUplink

probeUplink: boolean

Generated using TypeDoc