RTCAudioSourceStats constructor

RTCAudioSourceStats({
  1. double? audioLevel,
  2. double? totalAudioEnergy,
  3. double? totalSamplesDuration,
  4. double? echoReturnLoss,
  5. double? echoReturnLossEnhancement,
})

Implementation

external factory RTCAudioSourceStats(
    {double? audioLevel,
    double? totalAudioEnergy,
    double? totalSamplesDuration,
    double? echoReturnLoss,
    double? echoReturnLossEnhancement});