RtcRemoteOutboundRtpStreamStats constructor

RtcRemoteOutboundRtpStreamStats(
  1. String? localId,
  2. double? remoteTimestamp,
  3. int? reportsSent
)

Implementation

RtcRemoteOutboundRtpStreamStats(
  this.localId,
  this.remoteTimestamp,
  this.reportsSent,
);