@vgroup/dialbox 0.4.172 → 0.4.173

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.
@@ -2436,7 +2436,7 @@ class CallProgressComponent {
2436
2436
  this.filteredParticipentList = this.allParticipentList;
2437
2437
  }
2438
2438
  add(data) {
2439
- var _a, _b, _c, _d, _e, _f;
2439
+ var _a, _b, _c, _d, _e, _f, _g, _h;
2440
2440
  return __awaiter(this, void 0, void 0, function* () {
2441
2441
  // if(data?.status != 'ringing'){
2442
2442
  this.conferenceId = this.twilioService.conferenceCallInfo.conferenceId;
@@ -2464,10 +2464,10 @@ class CallProgressComponent {
2464
2464
  // }
2465
2465
  yield this.onholdOrUnholdParticipant({
2466
2466
  participantId: ((_c = this.currentCall) === null || _c === void 0 ? void 0 : _c.isIncomingCall) ? [(_d = this.currentCall) === null || _d === void 0 ? void 0 : _d.id] : [(_e = this.currentCall) === null || _e === void 0 ? void 0 : _e.participantId],
2467
- conferenceId: data === null || data === void 0 ? void 0 : data.conferenceId,
2467
+ conferenceId: (_f = this.currentCall) === null || _f === void 0 ? void 0 : _f.conferenceId,
2468
2468
  hold: true,
2469
- mute: (data === null || data === void 0 ? void 0 : data.mute) || false,
2470
- conference: ((_f = this.currentCall) === null || _f === void 0 ? void 0 : _f.isConference) || false
2469
+ mute: ((_g = this.currentCall) === null || _g === void 0 ? void 0 : _g.mute) || false,
2470
+ conference: ((_h = this.currentCall) === null || _h === void 0 ? void 0 : _h.isConference) || false
2471
2471
  });
2472
2472
  // data.isHold = false;
2473
2473
  }