Before we begin, we need to collect all the config values we need to run the application:
- Account SID: Your primary Twilio account identifier - find this in the console here.
- API Key SID: Used to authenticate - generate one here.
- API Key Secret: Used to authenticate - just like the above, you'll get one here.
- cp .env.template .env
- bundle install
- rails s
- http://localhost:3000/calls
- you can run the ngrock to see how it will look on multiple user or you can use new private window just make sure room name should be the same to connect
I will be adding one to one video/audio call with ring tone as well
If you need help you can contact me LinkedIn Profile.