opensips-js 0.1.25 → 0.1.27

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.
@@ -23605,9 +23605,6 @@ class hS {
23605
23605
 
23606
23606
  return this.context
23607
23607
  }*/
23608
- get noiseReductionMode() {
23609
- return this.noiseReduction.mode;
23610
- }
23611
23608
  get currentActiveRoomId() {
23612
23609
  return this.currentActiveRoomIdValue;
23613
23610
  }
@@ -23781,6 +23778,9 @@ class hS {
23781
23778
  volume: n
23782
23779
  });
23783
23780
  }
23781
+ getNoiseReductionMode() {
23782
+ return this.noiseReduction.mode;
23783
+ }
23784
23784
  setMetricsConfig(t) {
23785
23785
  this.metricConfig = {
23786
23786
  ...this.metricConfig,