@vgroup/dialbox 0.4.143 → 0.4.144
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.
|
@@ -2083,16 +2083,14 @@ class CallProgressComponent {
|
|
|
2083
2083
|
route: "OUTGOING",
|
|
2084
2084
|
participantNumber: callData === null || callData === void 0 ? void 0 : callData.phone,
|
|
2085
2085
|
conferenceId: this.conferenceId,
|
|
2086
|
-
userId: this.userId,
|
|
2086
|
+
userId: this.userId || localStorage.getItem('userId'),
|
|
2087
2087
|
proxy: '',
|
|
2088
2088
|
countrycode: '',
|
|
2089
2089
|
});
|
|
2090
2090
|
console.log('Initial participantId:', (_b = this.addRes) === null || _b === void 0 ? void 0 : _b.participantId);
|
|
2091
|
-
return true;
|
|
2092
2091
|
}
|
|
2093
2092
|
catch (e) {
|
|
2094
2093
|
console.error('Error adding initial participant:', e);
|
|
2095
|
-
return true;
|
|
2096
2094
|
}
|
|
2097
2095
|
}), 1000);
|
|
2098
2096
|
// Poll the status for 30-45 seconds
|