@vgroup/dialbox 0.7.86 → 0.7.87

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.
@@ -3494,11 +3494,6 @@ class CallProgressComponent {
3494
3494
  };
3495
3495
  this.acceptedCallList.push(acceptedEntry);
3496
3496
  this.twilioService.acceptedCallList.push(callToAccept);
3497
- // Twilio's accept() only starts the connection handshake — it does not
3498
- // guarantee the call actually connects. Only call the API once Twilio
3499
- // confirms the connection ('accept' event); if Twilio fails/breaks
3500
- // before that, show an error instead of telling the backend the call
3501
- // was answered.
3502
3497
  let isTwilioConnectSettled = false;
3503
3498
  const handleTwilioConnectFailure = (message) => {
3504
3499
  var _a;