@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.
@@ -3570,7 +3570,7 @@ class DialboxComponent {
3570
3570
  });
3571
3571
  });
3572
3572
  if (parentCall.length > 0) {
3573
- this.notificationCallList = this.notificationCallList.filter((item) => !parentCall.includes(item));
3573
+ this.notificationCallList = this.notificationCallList.filter((item) => !parentCall.includes(item.participantId));
3574
3574
  this.incomingCallsList = [...this.incomingCallsList, this.notificationCallList];
3575
3575
  }
3576
3576
  else {