@vgroup/dialbox 0.6.3-0.48 → 0.6.3-0.49
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.
|
@@ -2016,7 +2016,7 @@ class CallProgressComponent {
|
|
|
2016
2016
|
}
|
|
2017
2017
|
}
|
|
2018
2018
|
this.cdr.detectChanges();
|
|
2019
|
-
let incomingData = this.currentCallList.find((res) => (res === null || res === void 0 ? void 0 : res.isIncomingCall) && !(res === null || res === void 0 ? void 0 : res.isAcceptCall));
|
|
2019
|
+
let incomingData = this.currentCallList.find((res) => (res === null || res === void 0 ? void 0 : res.isIncomingCall) && !(res === null || res === void 0 ? void 0 : res.isAcceptCall) && !(res === null || res === void 0 ? void 0 : res.isLeft));
|
|
2020
2020
|
if ((incomingData === null || incomingData === void 0 ? void 0 : incomingData.id) && !this.isRinging) {
|
|
2021
2021
|
this.isRinging = this.incomeingCallSocketService.play();
|
|
2022
2022
|
}
|
|
@@ -3294,7 +3294,7 @@ class CallProgressComponent {
|
|
|
3294
3294
|
console.log('leaveTime', this.leaveReason);
|
|
3295
3295
|
this.showDisconnectModal = false;
|
|
3296
3296
|
if (this.isReasonChecked) {
|
|
3297
|
-
let payload = { conferenceId: ((_a = this.selectedConf) === null || _a === void 0 ? void 0 : _a.conferenceId) || ((_b = this.hostnumber) === null || _b === void 0 ? void 0 : _b.conferenceId), time: this.convertHHMMToMinutes(this.leaveReason) };
|
|
3297
|
+
let payload = { conferenceId: ((_a = this.selectedConf) === null || _a === void 0 ? void 0 : _a.conferenceId) || ((_b = this.hostnumber) === null || _b === void 0 ? void 0 : _b.conferenceId), time: this.convertHHMMToMinutes(this.leaveReason), timerDate: new Date() };
|
|
3298
3298
|
this.extensionService.setTimerForEndConferenceCall(payload).subscribe((res) => { });
|
|
3299
3299
|
}
|
|
3300
3300
|
if ((_c = this.selectedConf) === null || _c === void 0 ? void 0 : _c.conferenceId) {
|