@vgroup/dialbox 0.3.39 → 0.3.40

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.
@@ -3254,9 +3254,9 @@ class DialboxComponent {
3254
3254
  if (this.incomingCallsList.length > 1) {
3255
3255
  // /utilities/ext/add/incoming/participant/{participantId}/{conferenceId}
3256
3256
  let data = this.incomingCallsList.filter((item) => item.status == 'ringing');
3257
- this.twilioService.addIncomingParticipant(data[0].id, incomingCallData.conferenceId).subscribe((data) => {
3258
- console.log(data, 'bhhhhhhhhhhhhhhhhhhh');
3259
- });
3257
+ // this.twilioService.addIncomingParticipant(data[0].id, incomingCallData.conferenceId).subscribe((data: any) => {
3258
+ // console.log(data,'bhhhhhhhhhhhhhhhhhhh')
3259
+ // })
3260
3260
  }
3261
3261
  this.isCallInProgress = true;
3262
3262
  this.isDialpadHidden = false;