twilio / twilio-video.js

Twilio’s Programmable Video JavaScript SDK
https://www.twilio.com/docs/video/javascript
Other
567 stars 216 forks source link

WebSocket connection to 'wss://endpoint.twilio.com/' failed: #1892

Closed AndreTheSpire closed 1 year ago

AndreTheSpire commented 1 year ago

im currently trying do integrate twillo video for vue so im looking some guide and found guide for that resource: https://github.com/dongido001/VueVideoChat (for vue) https://github.com/dongido001/TwilioNodeServer (for the backend) i already check that i already got the token with the correct account SSID, SID and secret but when i connect im getting error : WebSocket connection to 'wss://endpoint.twilio.com/' failed: connect @ Transport.js?8eab:160 i have looking some fix in the internet but it didnt work, is there any good method to fix this?

PikaJoyce commented 1 year ago

Hello @AndreTheSpire,

Thank you for opening this issue with us. I believe we'll need some more information to help you debug some of this. A few questions:

  1. Can you please plug in your credentials into the quickstart and ensure that the application works and that your credentials are correct?
  2. Can you also provide the full error in which you're getting?

Thank you, Joyce