@vgroup/dialbox 0.2.40 → 0.2.42

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.
@@ -2539,6 +2539,8 @@ class CallProgressComponent {
2539
2539
  if (incomingCall.reject) {
2540
2540
  incomingCall.reject();
2541
2541
  }
2542
+ if (incomingCall.disconnect)
2543
+ incomingCall.disconnect();
2542
2544
  // Remove from list
2543
2545
  this.newIncomingCallsList = (this.newIncomingCallsList || []).filter((c) => c?.parameters?.CallSid !== incomingCall?.parameters?.CallSid);
2544
2546
  this.incomingCallsNewInfo.emit(this.newIncomingCallsList);