lwilio / group-rooms-demo

Simple videoconferencing service created using Twilio's Programmable Video Group Rooms API
MIT License
10 stars 4 forks source link

Heroku Deployment #1

Open teamagility opened 7 years ago

teamagility commented 7 years ago

Hi

What needs to be changed in the app to enable it to run on heroku? It doesn't run on Heroku in its current form.

Thanks!

teamagility commented 6 years ago

Hi, can you provide guidance on this one?

lwilio commented 6 years ago

Hi, I tried to deploy in Heroku but it does not work due to how Heroku performs the HTTP redirections. The problems is that the demo needs to be deployed through HTTPS or otherwise WebRTC will not work (due to current security policies). As it is just a demo, I recommend you to deploy anywhere (e.g. your local laptop, an AWS box, etc.) and just use ngrok for exposing it to the Internet.