Demo show how to build a video conference app with ruby on rails.
https://medium.com/@BranLiang/a-complete-guide-to-webrtc-with-ruby-on-rails-9ea68e67154e
https://ruby-china.org/topics/39820
Install dependencies
bundle install
yarn install
Add twillio credentials
rails credentials:edit
twilio_account_sid: xxxx
twilio_auth_token: xxxx
Start server
bundle exec rails server
- Open two tabs on your browser
- Click
Get Video
on both tabs - Wait several seconds until both connection are initialized
- Click
Join room
on one tab only! - Enjoy the demo video meeting!
- Fork it (https://github.com/BranLiang/demo-rails-webrtc/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request