@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.
@@ -2125,7 +2125,7 @@ class CallProgressComponent {
2125
2125
  let index = this.currentCallList.findIndex((res) => res.participantId == c.participantId);
2126
2126
  this.currentCallList.splice(index, 1);
2127
2127
  this.incomeingCallSocketService.pause();
2128
- this.endIncomingCallEvent.emit();
2128
+ this.endIncomingCallEvent.emit(c);
2129
2129
  return false;
2130
2130
  }
2131
2131
  let participantId = isAllCallEnd ? 'all' : c.participantId || c.participantId;