@vgroup/dialbox 0.7.40 → 0.7.41
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.
|
@@ -2475,7 +2475,8 @@ class CallProgressComponent {
|
|
|
2475
2475
|
}
|
|
2476
2476
|
}
|
|
2477
2477
|
}
|
|
2478
|
-
const rejoinParticipentInfo = callInfo === null || callInfo === void 0 ? void 0 : callInfo.participants.find((resData) => (this.deviceNumberList.includes(resData === null || resData === void 0 ? void 0 : resData.from)
|
|
2478
|
+
const rejoinParticipentInfo = callInfo === null || callInfo === void 0 ? void 0 : callInfo.participants.find((resData) => ((this.deviceNumberList.includes(resData === null || resData === void 0 ? void 0 : resData.from)
|
|
2479
|
+
&& (resData === null || resData === void 0 ? void 0 : resData.client) && (resData === null || resData === void 0 ? void 0 : resData.direction) == 'outgoing-call') || (this.deviceNumberList.includes(resData === null || resData === void 0 ? void 0 : resData.to) && (resData === null || resData === void 0 ? void 0 : resData.direction) == 'incoming-call' && !(resData === null || resData === void 0 ? void 0 : resData.businessNumber) && (resData === null || resData === void 0 ? void 0 : resData.host)) && (resData === null || resData === void 0 ? void 0 : resData.isLeft)));
|
|
2479
2480
|
this.showRingAnimation = true;
|
|
2480
2481
|
// 1️⃣ Get new token for same conference
|
|
2481
2482
|
const tokenData = yield this.getOutgoingCallToken(callInfo === null || callInfo === void 0 ? void 0 : callInfo.conferenceId);
|