LocalAudioStats constructor
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,);