@vgroup/dialbox 0.6.78 → 0.6.79
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.
|
@@ -3852,7 +3852,7 @@ class DialboxComponent {
|
|
|
3852
3852
|
}
|
|
3853
3853
|
}
|
|
3854
3854
|
}
|
|
3855
|
-
else if (this.incomingCallnotification?.data?.content == "Missed Call" || this.incomingCallnotification?.data?.data?.status == "rejected") {
|
|
3855
|
+
else if (this.incomingCallnotification?.data?.content == "Missed Call" || this.incomingCallnotification?.data?.data?.status == "rejected" || this.incomingCallnotification?.data?.data?.status == "accepted") {
|
|
3856
3856
|
let index = this.notificationCallList.findIndex((call) => call?.participantId === this.incomingCallnotification?.data?.data?.recordId || call?.participantId === this.incomingCallnotification?.data?.data?.recordId || call?.participantId === this.incomingCallnotification?.data?.data?.participantId);
|
|
3857
3857
|
if (index > -1) {
|
|
3858
3858
|
this.notificationCallList.splice(index, 1);
|