@vgroup/dialbox 0.3.90 → 0.3.91
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.
|
@@ -1911,8 +1911,8 @@ class CallProgressComponent {
|
|
|
1911
1911
|
}
|
|
1912
1912
|
}
|
|
1913
1913
|
getStatus(res) {
|
|
1914
|
-
const statusList = ["answered", "participant-hold", "participant-mute", "participant-join", "queued", "in-progress", "
|
|
1915
|
-
if (statusList.includes(res.status)) {
|
|
1914
|
+
const statusList = ["answered", "participant-hold", "participant-mute", "participant-join", "queued", "in-progress", "initiated"];
|
|
1915
|
+
if (statusList.includes(res.status) || (res.status == "ringing" && !res.isIncomingCall)) {
|
|
1916
1916
|
return true;
|
|
1917
1917
|
}
|
|
1918
1918
|
else {
|