@vgroup/dialbox 0.4.124 → 0.4.126

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.
@@ -74,7 +74,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
74
74
  ngAfterViewInit(): void;
75
75
  GetContactsList(): void;
76
76
  addRes: any;
77
- startCall(callData: any): Promise<void>;
77
+ startCall(callData: any): Promise<boolean>;
78
78
  onHoldCall(c: any): void;
79
79
  onEndCall(c: any, isAllCallEnd?: boolean): Promise<void>;
80
80
  private initiateCall;
@@ -101,7 +101,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
101
101
  toggleContactsPanel(isRemove?: boolean): void;
102
102
  addRemoveParticipant(): void;
103
103
  add(data?: any): Promise<void>;
104
- callContact(contact: any): Promise<void>;
104
+ callContact(contact: any): Promise<any>;
105
105
  getAllParticipants(conferenceSid: string): void;
106
106
  acceptConcurrentCall(incomingCall: any): void;
107
107
  swapCalls(callInfo: any, isConferenceCall?: boolean): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.4.124",
3
+ "version": "0.4.126",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",