NERoomRtcLastmileProbeOneWayResult constructor

NERoomRtcLastmileProbeOneWayResult({
  1. int? packetLossRate,
  2. int? jitter,
  3. int? availableBandwidth,
})

Implementation

NERoomRtcLastmileProbeOneWayResult({
  this.packetLossRate,
  this.jitter,
  this.availableBandwidth,
});