@vgroup/dialbox 0.2.84 → 0.2.87

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.
@@ -2436,6 +2436,8 @@ class CallProgressComponent {
2436
2436
  }
2437
2437
  async callContact(contact) {
2438
2438
  console.log('Adding participant:', contact);
2439
+ console.log('this.call', this.call);
2440
+ console.log('this.call', this.call.status());
2439
2441
  // Check if there's an active call
2440
2442
  if (!this.call || this.call.status() !== 'open') {
2441
2443
  console.error('No active call');