opensips-js 0.1.24 → 0.1.26

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,6 +23605,9 @@ class hS {
23605
23605
 
23606
23606
  return this.context
23607
23607
  }*/
23608
+ get noiseReductionMode() {
23609
+ return this.noiseReduction.mode;
23610
+ }
23608
23611
  get currentActiveRoomId() {
23609
23612
  return this.currentActiveRoomIdValue;
23610
23613
  }