@vgroup/dialbox 0.3.35 → 0.3.36

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