@vgroup/dialbox 0.4.162 → 0.4.163
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.
|
@@ -1976,7 +1976,7 @@ class CallProgressComponent {
|
|
|
1976
1976
|
getStatus(res) {
|
|
1977
1977
|
// const statusList = ["answered", "participant-hold", "participant-mute", "participant-join", "queued", "in-progress", "initiated", 'ringing', '"connected"'];
|
|
1978
1978
|
if (res.direction == "incoming-call") {
|
|
1979
|
-
return this.isCurrentIncomingCallList.includes(res.id);
|
|
1979
|
+
return this.incomeingCallSocketService.isCurrentIncomingCallList.includes(res.id);
|
|
1980
1980
|
}
|
|
1981
1981
|
else {
|
|
1982
1982
|
if (res.status == 'answered' && res.direction == "incoming-call") {
|