@vgroup/dialbox 0.3.28 → 0.3.29
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.
|
@@ -2570,7 +2570,7 @@ class CallProgressComponent {
|
|
|
2570
2570
|
// this.call['callInfo'] = JSON.parse(JSON.stringify(this.callData));
|
|
2571
2571
|
// Get the conference ID from the current call or use the stored one
|
|
2572
2572
|
// const conferenceId = this.conferenceId;
|
|
2573
|
-
if (this.conferenceId) {
|
|
2573
|
+
if (!this.conferenceId) {
|
|
2574
2574
|
console.error("No conferenceId found for active call");
|
|
2575
2575
|
swal("Error", "Cannot add participant: conference not found", "error");
|
|
2576
2576
|
this.showRingAnimation = false;
|