aliyun-rtc-sdk 7.1.1 → 7.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5484,11 +5484,13 @@ type AudioPluginOptions = {
5484
5484
  farMediaStream?: MediaStream;
5485
5485
  slsReporter?: SLSReporter;
5486
5486
  enableSoft3ACheck: boolean;
5487
+ useHardOnly: boolean;
5487
5488
  };
5488
5489
  declare class AliRtcAudioProcessPlugin extends AliRtcPlugin {
5489
5490
  private audioProcessor?;
5490
5491
  private slsReporter?;
5491
5492
  private enableSoft3ACheck;
5493
+ private useHardOnly;
5492
5494
  private lastDiffOutputLog;
5493
5495
  private audioContext;
5494
5496
  private farNode;