@vgroup/dialbox 0.3.82 → 0.3.83

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.
@@ -2289,7 +2289,7 @@ class CallProgressComponent {
2289
2289
  return __awaiter(this, void 0, void 0, function* () {
2290
2290
  console.log('Adding participant:', contact);
2291
2291
  console.log('this.call', this.call);
2292
- console.log('this.call', this.call.status());
2292
+ // console.log('this.call', this.call.status())
2293
2293
  // Check if there's an active call
2294
2294
  // if (!this.call || this.call.status() !== 'open') {
2295
2295
  // console.error('No active call');