@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.
|
@@ -2333,7 +2333,7 @@ class CallProgressComponent {
|
|
|
2333
2333
|
async callContact(contact) {
|
|
2334
2334
|
console.log('Adding participant:', contact);
|
|
2335
2335
|
console.log('this.call', this.call);
|
|
2336
|
-
console.log('this.call', this.call.status())
|
|
2336
|
+
// console.log('this.call', this.call.status())
|
|
2337
2337
|
// Check if there's an active call
|
|
2338
2338
|
// if (!this.call || this.call.status() !== 'open') {
|
|
2339
2339
|
// console.error('No active call');
|