RTCRemoteInboundRtpStreamStats constructor

RTCRemoteInboundRtpStreamStats({
  1. String? localId,
  2. double? roundTripTime,
  3. double? totalRoundTripTime,
  4. double? fractionLost,
  5. int? roundTripTimeMeasurements,
})

Implementation

external factory RTCRemoteInboundRtpStreamStats(
    {String? localId,
    double? roundTripTime,
    double? totalRoundTripTime,
    double? fractionLost,
    int? roundTripTimeMeasurements});