@vgroup/dialbox 0.7.98 → 0.8.0

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.
@@ -2721,7 +2721,7 @@ class CallProgressComponent {
2721
2721
  From: rejoinParticipentInfo.from,
2722
2722
  To: rejoinParticipentInfo.to,
2723
2723
  Env: environment.abb,
2724
- Token: tokenData.token.id,
2724
+ Token: rejoinParticipentInfo.id,
2725
2725
  Ext: rejoinParticipentInfo.extNum,
2726
2726
  conferenceId: rejoinParticipentInfo === null || rejoinParticipentInfo === void 0 ? void 0 : rejoinParticipentInfo.conferenceId
2727
2727
  },
@@ -4957,7 +4957,7 @@ class DialboxComponent {
4957
4957
  }
4958
4958
  else {
4959
4959
  // We are NOT a participant — remove from incomingCallsList only if it is NOT an incoming-call notification
4960
- if (callIndex > -1 && ((_a = this.incomingCallsList[callIndex]) === null || _a === void 0 ? void 0 : _a.direction) !== 'incoming-call') {
4960
+ if (callIndex > -1 && ((_a = this.incomingCallsList[callIndex]) === null || _a === void 0 ? void 0 : _a.callDirection) !== 'incoming-call') {
4961
4961
  // FIX: splice(index, deleteCount) — was incorrectly splice(1, callIndex)
4962
4962
  this.incomingCallsList.splice(callIndex, 1);
4963
4963
  }