lwilio / group-rooms-demo

Simple videoconferencing service created using Twilio's Programmable Video Group Rooms API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Deployment

opened this issue · comments

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!

Hi, can you provide guidance on this one?

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.