@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.
@@ -1937,7 +1937,7 @@ class CallProgressComponent {
1937
1937
  if (this.twilioService.device) {
1938
1938
  this.twilioService.device.disconnectAll();
1939
1939
  }
1940
- if (this.call?.callInfo) {
1940
+ if (this.call?.parameters) {
1941
1941
  this.call.disconnect();
1942
1942
  }
1943
1943
  }