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