@vgroup/dialbox 0.4.21 → 0.4.22

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.
@@ -1902,7 +1902,7 @@ class CallProgressComponent {
1902
1902
  if (this.twilioService.device) {
1903
1903
  this.twilioService.device.disconnectAll();
1904
1904
  }
1905
- if ((_d = this.call) === null || _d === void 0 ? void 0 : _d.callInfo) {
1905
+ if ((_d = this.call) === null || _d === void 0 ? void 0 : _d.parameters) {
1906
1906
  this.call.disconnect();
1907
1907
  }
1908
1908
  }