@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.
|
@@ -1928,7 +1928,7 @@ class CallProgressComponent {
|
|
|
1928
1928
|
return true;
|
|
1929
1929
|
}
|
|
1930
1930
|
else if (res.direction == "incoming-call") {
|
|
1931
|
-
return this.isCurrentIncomingCallList.includes(res.
|
|
1931
|
+
return this.isCurrentIncomingCallList.includes(res.id);
|
|
1932
1932
|
}
|
|
1933
1933
|
else {
|
|
1934
1934
|
return false;
|