@vgroup/dialbox 0.3.6 → 0.3.7
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.
|
@@ -2503,6 +2503,7 @@ class CallProgressComponent {
|
|
|
2503
2503
|
this.isCallOnHold = true;
|
|
2504
2504
|
this.heldCall.mute(true);
|
|
2505
2505
|
this.heldCall['parameters']['caller_name'] = { ...this.callData };
|
|
2506
|
+
this.call = null;
|
|
2506
2507
|
// Close contacts panel and show ring animation
|
|
2507
2508
|
this.showContactsPanel = false;
|
|
2508
2509
|
this.showRingAnimation = true;
|
|
@@ -2517,6 +2518,7 @@ class CallProgressComponent {
|
|
|
2517
2518
|
name: contactName || phoneNumber,
|
|
2518
2519
|
img: contact?.img || 'assets/images/user.jpg'
|
|
2519
2520
|
};
|
|
2521
|
+
console.log(this.callData, 'this.callData');
|
|
2520
2522
|
this.call['callInfo'] = JSON.parse(JSON.stringify(this.callData));
|
|
2521
2523
|
this.currentCallList.push(this.call);
|
|
2522
2524
|
this.cdr.detectChanges();
|