@vgroup/dialbox 0.2.99 → 0.3.0

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.
@@ -57,7 +57,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
57
57
  addRes: any;
58
58
  startCall(callData: any): Promise<void>;
59
59
  onHoldCall(c: any): void;
60
- onEndCall(c: any): Promise<void>;
60
+ onEndCall(c: any, isAllCallEnd?: boolean): Promise<void>;
61
61
  private initiateCall;
62
62
  onholdOrUnholdParticipant(payload: any): Promise<[] | undefined>;
63
63
  private addParticipantToCall;
@@ -72,7 +72,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
72
72
  private formatTime;
73
73
  private pad;
74
74
  private handleError;
75
- endCall(): void;
75
+ endCall(isAllCallEnd?: boolean): void;
76
76
  toggleMute(): void;
77
77
  toggleKeypad(): void;
78
78
  toggleContactsPanel(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.2.99",
3
+ "version": "0.3.00",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",