@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.
@@ -3249,7 +3249,7 @@ class DialboxComponent {
3249
3249
  if (this.incomingCallsList.length > 1) {
3250
3250
  // /utilities/ext/add/incoming/participant/{participantId}/{conferenceId}
3251
3251
  let data = this.incomingCallsList.filter((item) => item.status == 'ringing');
3252
- this.twilioService.addIncomingParticipant(data[0].participantId, incomingCallData.conferenceId).subscribe((data) => {
3252
+ this.twilioService.addIncomingParticipant(data[0].id, incomingCallData.conferenceId).subscribe((data) => {
3253
3253
  console.log(data, 'bhhhhhhhhhhhhhhhhhhh');
3254
3254
  });
3255
3255
  }