@vgroup/dialbox 0.2.93 → 0.2.94

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.
@@ -2470,6 +2470,7 @@ class CallProgressComponent {
2470
2470
  this.heldCall = this.call;
2471
2471
  this.isCallOnHold = true;
2472
2472
  this.heldCall.mute(true);
2473
+ this.heldCall['parameters']['caller_name'] = { ...this.callData };
2473
2474
  // Close contacts panel and show ring animation
2474
2475
  this.showContactsPanel = false;
2475
2476
  this.showRingAnimation = true;