@voicenter-team/opensips-js 1.0.125 → 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
 
@@ -348,6 +348,7 @@ declare interface ICall extends RTCSessionExtended {
348
348
  localHold?: boolean
349
349
  audioTag?: StreamMediaType
350
350
  autoAnswer?: boolean
351
+ putOnHoldTimestamp?: number
351
352
  }
352
353
 
353
354
  declare interface ICallStatus {
@@ -869,10 +870,10 @@ declare interface ScreenShareWhiteboardOptions {
869
870
  }
870
871
 
871
872
  export declare class ScreenShareWhiteBoardPlugin extends BaseProcessStreamPlugin {
872
- private static video;
873
- private static wrapperEl;
874
- private static screenShareKonvaDrawer;
875
- private static initialStream;
873
+ private video;
874
+ private wrapperEl;
875
+ private screenShareKonvaDrawer;
876
+ private initialStream;
876
877
  private imageSrc;
877
878
  private konvaDrawer;
878
879
  mode: ConferencingModeType;