NERoomRtcLastmileProbeConfig constructor

NERoomRtcLastmileProbeConfig({
  1. bool? probeUplink,
  2. bool? probeDownlink,
  3. int? expectedUplinkBitrate,
  4. int? expectedDownlinkBitrate,
})

Implementation

NERoomRtcLastmileProbeConfig({
  this.probeUplink,
  this.probeDownlink,
  this.expectedUplinkBitrate,
  this.expectedDownlinkBitrate,
});