@vgroup/dialbox 0.5.24 → 0.5.26
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.
|
@@ -2124,6 +2124,8 @@ class CallProgressComponent {
|
|
|
2124
2124
|
if (!(c === null || c === void 0 ? void 0 : c.isAcceptCall) && !isContect) {
|
|
2125
2125
|
let index = this.currentCallList.findIndex((res) => res.participantId == c.participantId);
|
|
2126
2126
|
this.currentCallList.splice(index, 1);
|
|
2127
|
+
this.incomeingCallSocketService.pause();
|
|
2128
|
+
this.endIncomingCallEvent.emit(c);
|
|
2127
2129
|
return false;
|
|
2128
2130
|
}
|
|
2129
2131
|
let participantId = isAllCallEnd ? 'all' : c.participantId || c.participantId;
|