Unable to connect to Room: getUserMedia is not supported
Closed this issue · 1 comments
dgillier commented
Hello,
I'm trying to use your example using Twilio SDK.
- Got your code from git and follow your instructions
- Added my twilio keys into .env,
- Created a database + artisan migrate
Got a javascript error in browser console at launch in app.js line 5174:
Unable to connect to Room: getUserMedia is not supported
No other errors (got an accesstoken call with a token in return).
Any idea what's going on ?
Thanks, Denis
dgillier commented
Ok found it, you need to use https instead of http even locally...