RoomRtcLastmileProbeResult constructor

RoomRtcLastmileProbeResult({
  1. int? state,
  2. int? rtt,
  3. RoomRtcLastmileProbeOneWayResult? uplinkReport,
  4. RoomRtcLastmileProbeOneWayResult? downlinkReport,
})

Implementation

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