@vgroup/dialbox 0.7.99 → 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.
@@ -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
  }