Last active
December 29, 2016 20:48
-
-
Save huseyin/568a36587dcd364c3bde0ad65da331fd to your computer and use it in GitHub Desktop.
BigBlueButton API test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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