@vgroup/dialbox 0.3.96 → 0.3.97
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.
|
@@ -1896,7 +1896,7 @@ class CallProgressComponent {
|
|
|
1896
1896
|
return true;
|
|
1897
1897
|
}
|
|
1898
1898
|
else if (res.direction == "incoming-call") {
|
|
1899
|
-
return this.isCurrentIncomingCallList.includes(res.
|
|
1899
|
+
return this.isCurrentIncomingCallList.includes(res.id);
|
|
1900
1900
|
}
|
|
1901
1901
|
else {
|
|
1902
1902
|
return false;
|