@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.
@@ -3805,7 +3805,7 @@ class DialboxComponent {
3805
3805
  }
3806
3806
  }
3807
3807
  else if (this.incomingCallnotification.data.content == "Missed Call") {
3808
- let index = this.notificationCallList.findIndex((call) => { var _a; return call.participantId === ((_a = this.incomingCallnotification.data.data) === null || _a === void 0 ? void 0 : _a.participantId); });
3808
+ let index = this.notificationCallList.findIndex((call) => { var _a; return call.participantId === ((_a = this.incomingCallnotification.data.data) === null || _a === void 0 ? void 0 : _a.recordId); });
3809
3809
  if (index > -1) {
3810
3810
  this.notificationCallList.splice(index, 1);
3811
3811
  }