LocalAudioStats constructor

LocalAudioStats(
  1. int numChannels,
  2. int sentSampleRate,
  3. int sentBitrate
)

The video packet loss rate (%) from the local client to the Meta edge server before applying the anti-packet loss strategies.

@since v3.1.2. Constructs a LocalAudioStats

Implementation

//int txPacketLossRate;

/// Constructs a [LocalAudioStats]
LocalAudioStats(
  this.numChannels,
  this.sentSampleRate,
  this.sentBitrate,);