@vgroup/dialbox 0.2.63 → 0.2.65

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.
@@ -2377,8 +2377,6 @@ class CallProgressComponent {
2377
2377
  });
2378
2378
  console.log("Participant added to conference:", phoneNumber);
2379
2379
  this.showRingAnimation = false;
2380
- // Update UI to show conference mode
2381
- this.isConference = true;
2382
2380
  // Show success message
2383
2381
  swal("Success", "Participant is being added to your call", "success");
2384
2382
  }