Skip to content

Instantly share code, notes, and snippets.

@huseyin
Last active December 29, 2016 20:48
Show Gist options
  • Save huseyin/568a36587dcd364c3bde0ad65da331fd to your computer and use it in GitHub Desktop.
Save huseyin/568a36587dcd364c3bde0ad65da331fd to your computer and use it in GitHub Desktop.
BigBlueButton API test
require 'bigbluebutton_api'
require 'json'
BBB_URL = ENV['BBB_URL']
BBB_SECRET = ENV['BBB_SECRET']
bbb_api = BigBlueButton::BigBlueButtonApi.new(BBB_URL, BBB_SECRET)
puts JSON.pretty_generate(bbb_api.get_meetings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment