@vgroup/dialbox 0.6.2-9.3 → 0.6.2-9.4
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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +4 -4
- package/fesm2015/vgroup-dialbox.mjs +3 -3
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +3 -3
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2006,7 +2006,7 @@ class CallProgressComponent {
|
|
|
2006
2006
|
this.filteredList = [];
|
|
2007
2007
|
});
|
|
2008
2008
|
}
|
|
2009
|
-
startCall(callData) {
|
|
2009
|
+
startCall(callData, isNewConference) {
|
|
2010
2010
|
var _a;
|
|
2011
2011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2012
2012
|
console.log(callData, 'callData');
|
|
@@ -2064,7 +2064,7 @@ class CallProgressComponent {
|
|
|
2064
2064
|
from: callData === null || callData === void 0 ? void 0 : callData.from,
|
|
2065
2065
|
route: "OUTGOING",
|
|
2066
2066
|
participantNumber: callData === null || callData === void 0 ? void 0 : callData.phone,
|
|
2067
|
-
conferenceId:
|
|
2067
|
+
conferenceId: (_b = response === null || response === void 0 ? void 0 : response.callauth) === null || _b === void 0 ? void 0 : _b.id,
|
|
2068
2068
|
userId: this.userId || localStorage.getItem('userId'),
|
|
2069
2069
|
proxy: '',
|
|
2070
2070
|
countrycode: '',
|
|
@@ -2737,7 +2737,7 @@ class CallProgressComponent {
|
|
|
2737
2737
|
});
|
|
2738
2738
|
}
|
|
2739
2739
|
// }
|
|
2740
|
-
this.startCall(callData);
|
|
2740
|
+
this.startCall(callData, isNewConference);
|
|
2741
2741
|
}
|
|
2742
2742
|
else {
|
|
2743
2743
|
this.callContact(number, true);
|