@vgroup/dialbox 0.5.25 → 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.
|
@@ -2166,7 +2166,7 @@ class CallProgressComponent {
|
|
|
2166
2166
|
let index = this.currentCallList.findIndex((res) => res.participantId == c.participantId);
|
|
2167
2167
|
this.currentCallList.splice(index, 1);
|
|
2168
2168
|
this.incomeingCallSocketService.pause();
|
|
2169
|
-
this.endIncomingCallEvent.emit();
|
|
2169
|
+
this.endIncomingCallEvent.emit(c);
|
|
2170
2170
|
return false;
|
|
2171
2171
|
}
|
|
2172
2172
|
let participantId = isAllCallEnd ? 'all' : c.participantId || c.participantId;
|