twilio-labs / code-exchange

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

ConnectionError: ConnectionError (53000): Raised whenever a signaling connection error occurs that is not covered by a more specific error code #49

Open michaelsync opened 2 years ago

michaelsync commented 2 years ago

I am getting this error when I run https://github.com/TwilioDevEd/voice-javascript-sdk-quickstart-csharp sample. I have updated the IDs.

ConnectionError: ConnectionError (53000): Raised whenever a signaling connection error occurs that is not covered by a more specific error code.

Twilio Nuget: 5.75.0 /*! @twilio/voice-sdk.js 2.1.1

image

masroorhussainv commented 11 months ago

While using the voice-javascript-sdk-quickstart-ruby.

I'm also facing this issue on my machine(MacOS Catalina v10.15), I've also tried the dockerized version of this quickstart but it still throws the same error.

Error screenshot: image

masroorhussainv commented 10 months ago

My issue was resolved, here is how it got resolved for me: stackoverflow answer