BigBlueButton BN
Certified Integration
Maintained by
Jesus Federico, Frederick Dixon
Integrate BigBlueButton within Moodle - including record and playback of sessions.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Yes we have. But we haven't started working on it, so please keep visiting this page. As soon as we have it, it is going to be released. You can count on it!
Thanks for the interest.
As you may know, moodle 2.7 stable released about a week ago. Do you have any plans for updating this module for moodle's latest version?
There were a couple of shell files that needed to be removed and they were not in github repo because the .gitignore file
The only inconvenient was that in order to upload a new package the version tag needs to be updated.
I jave just updated the github repo anyways.
Thanks
Howver, your git repo (which we use), is still showing version 2013110103
Are you no longer updating your github repo ?
(same for recordingsbn module)
Thanks,
Johan
Indeed, you can disable the recording feature by modifying the code in your deployment. Just comment third block in mod_form.php (line 76 to 87).
The whole configuration of the meeting can be done by any user with granted privileges for editing content in the course. Normally teachers.
Regards,
On our server and on the BBB test server, we can initiate a session. However, when recording is enabled for the session (the login message panel says recording is on), no recordings are listed in the RecordingsBN Resource page. This is the same for our server and the BBB test server.
Any suggestions?
Thanks, Floyd
how to fix it?
On the other hand, the version is not really important if you dont give support for multiple Moodle versions. So if you could also safely get rid off these lines, and also the one that assigns the value to $module. ( $module = $DB->get_record('modules', array('name' => 'recordingsbn'));)
Thanks for letting us know.
This issue occurs in recordingsbn view.php too, line 81.
Anyone else experienced this?
I have created a post on that forum. Hope some people can help me.
Two suggestions.
Activate the "Debug messages", ALL or DEVELOPER will give you a good idea about what is going on. Perhaps is something you can fix on your own or it can give us more information to help you.
Two, In most of the cases the problem is communication between servers. You probably already did this test, but the recomendation is to run on your moodle server (assuming it is a linux/unix one)
wget http://test-install.blindsidenetworks.com/bigbluebutton/api -O - --quiet; echo
you should have an xml as response indicating SUCCESS
Do you know what is the problems? is it need some corrections in the plugin code? and how to correct it?
Thank you very much!
Tim Chan