@vgroup/dialbox 0.6.9 → 0.6.10
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.
|
@@ -3661,7 +3661,7 @@ class DialboxComponent {
|
|
|
3661
3661
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
3662
3662
|
if (((_a = changes['incomingCallnotification']) === null || _a === void 0 ? void 0 : _a.currentValue) && this.incomingCallnotification) {
|
|
3663
3663
|
this.isIncomingCallnotification = true;
|
|
3664
|
-
if (this.incomingCallnotification.data.content == "IncomingCall") {
|
|
3664
|
+
if (this.incomingCallnotification.data.content == "IncomingCall" && this.incomingCallnotification.data.data.status != "rejected") {
|
|
3665
3665
|
let callerInfo;
|
|
3666
3666
|
let numberList = this.callerIdList.map((res) => res.number);
|
|
3667
3667
|
if (!numberList.includes((_b = this.incomingCallnotification.data.data) === null || _b === void 0 ? void 0 : _b.fromNumber)) {
|