@vgroup/dialbox 0.3.8 → 0.3.9

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,7 +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
+ // this.call=null
2507
2507
  // Close contacts panel and show ring animation
2508
2508
  this.showContactsPanel = false;
2509
2509
  this.showRingAnimation = true;