RtcAudioRecvStats constructor

RtcAudioRecvStats(
  1. String userId,
  2. int bytesRecv,
  3. int recvBitrate,
  4. int packetsLost,
  5. double lossRatio,
  6. int outputLevel,
  7. AudioCodecType codecType,
)

Constructs a RtcAudioRecvStats

Implementation

RtcAudioRecvStats(this.userId, this.bytesRecv, this.recvBitrate,
    this.packetsLost, this.lossRatio, this.outputLevel, this.codecType);