@voicenter-team/opensips-js 1.0.126 → 1.0.127

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
@@ -185,7 +185,7 @@ declare class AudioModule {
185
185
  private stopVUMeter;
186
186
  setupStream(): Promise<void>;
187
187
  private triggerAddStream;
188
- initCall(target: string, addToCurrentRoom: boolean): void;
188
+ initCall(target: string, addToCurrentRoom: boolean, holdOtherCalls?: boolean): void;
189
189
  private processRoomChange;
190
190
  }
191
191