Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LastmileProbeConfig

Lastmile probe configuration.

Hierarchy

  • LastmileProbeConfig

Index

Constructors

constructor

  • new LastmileProbeConfig(probeUplink: boolean, probeDownlink: boolean, expectedUplinkBitrate: number, expectedDownlinkBitrate: number): LastmileProbeConfig
  • Parameters

    • probeUplink: boolean
    • probeDownlink: boolean
    • expectedUplinkBitrate: number
    • expectedDownlinkBitrate: number

    Returns LastmileProbeConfig

Properties

expectedDownlinkBitrate

expectedDownlinkBitrate: number

The expected maximum receive bitrate in bps in range of [100000,5000000].

expectedUplinkBitrate

expectedUplinkBitrate: number

The expected maximum sending bitrate in bps in range of [100000,5000000]. It is recommended to set this value according to the required bitrate of selected video profile.

probeDownlink

probeDownlink: boolean

Whether to probe downlink of lastmile.

probeUplink

probeUplink: boolean

Whether to probe uplink of lastmile. i.e., audience don't need probe uplink bandwidth.

Generated using TypeDoc