@vgroup/dialbox 0.3.21 → 0.3.23

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.
@@ -75,7 +75,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
75
75
  private formatTime;
76
76
  private pad;
77
77
  private handleError;
78
- endCall(isAllCallEnd?: boolean): void;
78
+ endCall(isAllCallEnd?: boolean): Promise<void>;
79
79
  toggleMute(): void;
80
80
  toggleKeypad(): void;
81
81
  toggleContactsPanel(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",