RtcRemoteInboundRtpStreamStats constructor

RtcRemoteInboundRtpStreamStats(
  1. String? localId,
  2. double? roundTripTime,
  3. double? fractionLost,
  4. int? roundTripTimeMeasurements,
  5. double? jitter,
  6. int? reportsReceived,
)

Implementation

RtcRemoteInboundRtpStreamStats(
  this.localId,
  this.roundTripTime,
  this.fractionLost,
  this.roundTripTimeMeasurements,
  this.jitter,
  this.reportsReceived,
);