@vgroup/dialbox 0.4.165 → 0.4.166

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.
@@ -3610,7 +3610,7 @@ class DialboxComponent {
3610
3610
  });
3611
3611
  });
3612
3612
  if (parentCall.length > 0) {
3613
- this.notificationCallList = this.notificationCallList.filter((item) => !parentCall.includes(item));
3613
+ this.notificationCallList = this.notificationCallList.filter((item) => !parentCall.includes(item.participantId));
3614
3614
  this.incomingCallsList = [...this.incomingCallsList, this.notificationCallList];
3615
3615
  }
3616
3616
  else {