@vgroup/dialbox 0.7.5 → 0.7.6
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.
|
@@ -1919,7 +1919,7 @@ class CallProgressComponent {
|
|
|
1919
1919
|
this.deviceNumberList = this.callerIdList.map((res) => res.number);
|
|
1920
1920
|
}
|
|
1921
1921
|
ngOnChanges(changes) {
|
|
1922
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6;
|
|
1922
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8;
|
|
1923
1923
|
if (this.userId) {
|
|
1924
1924
|
this.extensionService.userId = this.userId;
|
|
1925
1925
|
}
|
|
@@ -2176,6 +2176,9 @@ class CallProgressComponent {
|
|
|
2176
2176
|
this.deviceNumberList = this.callerIdList.map((res) => res.number);
|
|
2177
2177
|
this.rejoinHost(this.callAction);
|
|
2178
2178
|
}
|
|
2179
|
+
if ((_7 = changes['newCallConference']) === null || _7 === void 0 ? void 0 : _7.currentValue) {
|
|
2180
|
+
this.CallToUnsavedNumber((_8 = this.newCallConference) === null || _8 === void 0 ? void 0 : _8.number, true);
|
|
2181
|
+
}
|
|
2179
2182
|
}
|
|
2180
2183
|
rejoinHost(callInfo) {
|
|
2181
2184
|
return __awaiter(this, void 0, void 0, function* () {
|