@vgroup/dialbox 0.4.0 → 0.4.1

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.
@@ -2342,7 +2342,7 @@ class CallProgressComponent {
2342
2342
  }
2343
2343
  let incomingCallData = this.currentCallList.filter((item) => item.isIncomingCall && item.isAcceptCall);
2344
2344
  if (incomingCallData.length > 0) {
2345
- this.call = await this.twilioService.connect('');
2345
+ // this.call = await this.twilioService.connect('');
2346
2346
  await this.twilioService.addIncomingParticipant(data?.id, this.twilioService.conferenceCallInfo.conferenceId).subscribe((data) => {
2347
2347
  console.log(data, 'bhhhhhhhhhhhhhhhhhhh');
2348
2348
  });