LastmileProbeConfig constructor

LastmileProbeConfig(
  1. bool probeUplink,
  2. bool probeDownlink,
  3. int expectedUplinkBitrate,
  4. int expectedDownlinkBitrate,
)

Constructs the LastmileProbeConfig.

Implementation

LastmileProbeConfig(
  this.probeUplink,
  this.probeDownlink,
  this.expectedUplinkBitrate,
  this.expectedDownlinkBitrate,
);