@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.
@@ -2021,7 +2021,7 @@ class CallProgressComponent {
2021
2021
  getStatus(res) {
2022
2022
  // const statusList = ["answered", "participant-hold", "participant-mute", "participant-join", "queued", "in-progress", "initiated", 'ringing', '"connected"'];
2023
2023
  if (res.direction == "incoming-call") {
2024
- return this.isCurrentIncomingCallList.includes(res.id);
2024
+ return this.incomeingCallSocketService.isCurrentIncomingCallList.includes(res.id);
2025
2025
  }
2026
2026
  else {
2027
2027
  if (res.status == 'answered' && res.direction == "incoming-call") {