@vgroup/dialbox 0.2.87 → 0.2.88

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.
@@ -2456,7 +2456,7 @@ class CallProgressComponent {
2456
2456
  hold: true
2457
2457
  });
2458
2458
  // Put current call on hold
2459
- this.heldCall = { ...this.call };
2459
+ this.heldCall = this.call;
2460
2460
  this.isCallOnHold = true;
2461
2461
  this.heldCall.mute(true);
2462
2462
  // Close contacts panel and show ring animation