Moodle integration

Moodle integration

by avo user -
Number of replies: 3

Hi,
I'm using moodle v3.8.2 together with BBB v2.2. Is it possible to use my private BBB through the plug in? I could not figure out how to do.
Thank you

Average of ratings: -
In reply to avo user

Re: Moodle integration

by erotavlas erotavlas -
You can modify the file config-dist.php of the plug in with your URL and secret. This is the default configuration:
$CFG->bigbluebuttonbn['server_url'] = 'http://test-install.blindsidenetworks.com/bigbluebutton/';
$CFG->bigbluebuttonbn['shared_secret'] = '8cd8ef52e8e101574e400365b55e11a6';
Average of ratings: Useful (1)
In reply to erotavlas erotavlas

Re: Moodle integration

by Jesus Federico -
Picture of Plugin developers
You only do that if you want the setting to disapear for administrators. Otherwise they can use the Admin UI through the Plugin Settings.
Average of ratings: Useful (2)
In reply to avo user

Re: Moodle integration

by Jesus Federico -
Picture of Plugin developers
If those are your own Moodle and BBB servers, yes. You just go to the settings of the plugin and at the very top, replace the URL and secret with your BBB server ones.

If you are on someone elese Moodle server, the feature may have been removed so you are not able to change it.
Average of ratings: Useful (2)