@vgroup/dialbox 0.7.74 → 0.7.76

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.
@@ -177,7 +177,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
177
177
  toggleC2CInfoPanel(userInfo: any, isClose?: boolean): any;
178
178
  addRemoveParticipant(): Promise<void>;
179
179
  waitingCallAccept(incomingCallInfo: any): Promise<void>;
180
- add(data?: any, ourNumberInfo?: any, capturedCall?: Call): Promise<void>;
180
+ acceptIncomingCall(data?: any, ourNumberInfo?: any, capturedCall?: Call): Promise<void>;
181
181
  callContact(contact: any, isUnsavedNumber?: boolean, options?: {
182
182
  skipDuplicateCheck?: boolean;
183
183
  alreadyNormalized?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.74",
3
+ "version": "0.7.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",