@vgroup/dialbox 0.4.65 → 0.4.67

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.
@@ -2325,7 +2325,7 @@ class CallProgressComponent {
2325
2325
  if (this.call) {
2326
2326
  this.call.disconnect();
2327
2327
  this.call.reject();
2328
- this.call = undefined;
2328
+ // this.call = undefined;
2329
2329
  }
2330
2330
  });
2331
2331
  }