RtcIceCandidatePairStats constructor

RtcIceCandidatePairStats(
  1. RtcStatsIceCandidatePairState state,
  2. bool? nominated,
  3. int? bytesSent,
  4. int? bytesReceived,
  5. double? totalRoundTripTime,
  6. double? currentRoundTripTime,
  7. double? availableOutgoingBitrate,
)

Implementation

RtcIceCandidatePairStats(
  this.state,
  this.nominated,
  this.bytesSent,
  this.bytesReceived,
  this.totalRoundTripTime,
  this.currentRoundTripTime,
  this.availableOutgoingBitrate,
);