You are here

constant BIGBLUEBUTTON_BASE_URL in BigBlueButton 7

3 uses of BIGBLUEBUTTON_BASE_URL
bbb_api_call in includes/api.bbb.inc
Connect to BBB API and return response.
bbb_api_join in includes/api.bbb.inc
Join Meeting (join)
bbb_settings in includes/pages.bbb.inc
Administrative settings; Menu callback TODO: Per node type settings?

File

./bbb.module, line 30
Big Blue Button - Enables universities and colleges to deliver a high-quality learning experience.

Code

define('BIGBLUEBUTTON_BASE_URL', variable_get('bbb_base_url', 'http://example.com/bigbluebutton'));