twilio-labs / code-exchange

Code guidelines, feature requests and bug reports for the Twilio CodeExchange
https://www.twilio.com/code-exchange
MIT License
27 stars 14 forks source link

Twilio Voice JS SDK : Immediate Disconnect when trying to Call #53

Closed uffa closed 1 year ago

uffa commented 1 year ago

I have a in-browser calling system built on this code base: https://github.com/TwilioDevEd/voice-javascript-sdk-quickstart-php

The system that I built was working for over a year, and recently it stopped working and cannot make any calls. The token seems properly generated and the system becomes "ready", but then fails when trying to make the call. When instantiating a call, the system immediately issues a disconnect.

The screenshot here shows the issue.

Screenshots tw-voice-immediate-disconnect

The code here is using: Twilio.js: var RELEASE_VERSION = '2.4.0'; (Issue also exists in 2.1.1) PHP Version 7.4.30 (Also present in PHP Version 8.1.10) Twilio PHP 6.4.4

Desktop (please complete the following information):

Please let me know if anyone might have more insight into this issue or how I may further debug the issue and get more insights into the possible cause. Thank you.

welcome[bot] commented 1 year ago

Thank you so much for opening your first issue in this project! We'll try to get back to it as quickly as possible.

While you are waiting...here's a random picture of a corgi (powered by dog.ceo) picture of dog

uffa commented 1 year ago

This isn't a code issue, it's a device issue. Sorry for the bother!