opensips-js 0.1.26 → 0.1.28

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.
package/dist/index.d.ts CHANGED
@@ -103,7 +103,6 @@ declare class AudioModule {
103
103
  extraHeaders: [string];
104
104
  pcConfig: RTCConfiguration_2;
105
105
  };
106
- get noiseReductionMode(): NoiseReductionMode;
107
106
  get currentActiveRoomId(): number | undefined;
108
107
  private set currentActiveRoomId(value);
109
108
  get autoAnswer(): boolean;
@@ -166,6 +165,7 @@ declare class AudioModule {
166
165
  private removeTimeInterval;
167
166
  private stopCallTimer;
168
167
  private emitVolumeChange;
168
+ getNoiseReductionMode(): NoiseReductionMode;
169
169
  setMetricsConfig(config: WebrtcMetricsConfigType): void;
170
170
  sendDTMF(callId: string, value: string): void;
171
171
  private setIsMuted;
@@ -454,6 +454,8 @@ declare interface IOpenSIPSJSOptions {
454
454
  },
455
455
  modules: Array<Modules>
456
456
  pnExtraHeaders?: ExtraContactParams
457
+ msrpDomain?: string
458
+ msrpWs?: boolean
457
459
  }
458
460
 
459
461
  declare interface IRoom {