@vgroup/dialbox 0.5.7 → 0.5.8
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.
|
@@ -1884,7 +1884,7 @@ class CallProgressComponent {
|
|
|
1884
1884
|
}
|
|
1885
1885
|
}));
|
|
1886
1886
|
let currentCall = this.currentCallList.find((item) => item.isAcceptCall && !item.isHold);
|
|
1887
|
-
if (
|
|
1887
|
+
if (currentCall === null || currentCall === void 0 ? void 0 : currentCall.id) {
|
|
1888
1888
|
this.currentCall = currentCall || this.currentCallList[0];
|
|
1889
1889
|
}
|
|
1890
1890
|
if ((_a = this.selectedUserInfo) === null || _a === void 0 ? void 0 : _a.participantId) {
|