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 installAdd twillio credentials
rails credentials:edittwilio_account_sid: xxxx
twilio_auth_token: xxxxStart server
bundle exec rails server- Open two tabs on your browser
- Click
Get Videoon both tabs - Wait several seconds until both connection are initialized
- Click
Join roomon 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
