BigBlueButton demo application
This is a rails app that show’s the capabilities of the ruby gem
git clone https://github.com/Tricktionary/BBB-Demo
ruby 2.6.1
app/helper/initialize_helper.rb
to have the proper credentials for BIGBLUEBUTTON_ENDPOINT
and BIGBLUEBUTTON_SECRET
. These credentials are aquired when booting up the docker container for the first time. To aquire theses credentials again docker exec -it <DOCKER_ID_OF_BBB> /bin/bash
bbb-conf --secret
and you should see your credentialsbundle install
rails s