NERoomRtcLastmileProbeResult constructor

NERoomRtcLastmileProbeResult({
  1. NERoomRtcLastmileProbeResultState? state,
  2. int? rtt,
  3. NERoomRtcLastmileProbeOneWayResult? uplinkReport,
  4. NERoomRtcLastmileProbeOneWayResult? downlinkReport,
})

Implementation

NERoomRtcLastmileProbeResult({
  this.state,
  this.rtt,
  this.uplinkReport,
  this.downlinkReport,
});