RTCRemoteOutboundRtpStreamStats constructor

RTCRemoteOutboundRtpStreamStats({
  1. String? localId,
  2. double? remoteTimestamp,
  3. int? reportsSent,
  4. double? roundTripTime,
  5. double? totalRoundTripTime,
  6. int? roundTripTimeMeasurements,
})

Implementation

external factory RTCRemoteOutboundRtpStreamStats(
    {String? localId,
    double? remoteTimestamp,
    int? reportsSent,
    double? roundTripTime,
    double? totalRoundTripTime,
    int? roundTripTimeMeasurements});