@vgroup/dialbox 0.2.75 → 0.2.77

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.
@@ -2381,9 +2381,9 @@ class CallProgressComponent {
2381
2381
  hold: true
2382
2382
  });
2383
2383
  // Put current call on hold
2384
- // this.heldCall = this.call;
2385
- // this.isCallOnHold = true;
2386
- // this.heldCall.mute(true);
2384
+ this.heldCall = this.call;
2385
+ this.isCallOnHold = true;
2386
+ this.heldCall.mute(true);
2387
2387
  // Close contacts panel and show ring animation
2388
2388
  this.showContactsPanel = false;
2389
2389
  this.showRingAnimation = true;
@@ -2416,7 +2416,6 @@ class CallProgressComponent {
2416
2416
  });
2417
2417
  console.log("Participant added to conference:", phoneNumber);
2418
2418
  this.showRingAnimation = false;
2419
- this.isConference = true;
2420
2419
  }
2421
2420
  catch (error) {
2422
2421
  console.error('Error adding participant:', error);