@vgroup/dialbox 0.4.175 → 0.4.177

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.
@@ -3836,7 +3836,7 @@ class DialboxComponent {
3836
3836
  }
3837
3837
  }
3838
3838
  else if (this.incomingCallnotification.data.content == "Missed Call") {
3839
- let index = this.notificationCallList.findIndex((call) => call.participantId === this.incomingCallnotification.data.data?.participantId);
3839
+ let index = this.notificationCallList.findIndex((call) => call.participantId === this.incomingCallnotification.data.data?.recordId);
3840
3840
  if (index > -1) {
3841
3841
  this.notificationCallList.splice(index, 1);
3842
3842
  }