Skip to content

Blindside Networks integration of BigBlueButton for Moodle. This is an Activity Module for meeting administration.

License

Notifications You must be signed in to change notification settings

vel21ripn/moodle-mod_bigbluebuttonbn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Scrutinizer Code Quality

BigBlueButtonBN Activity Module for Moodle

BigBlueButton is an open source web conferencing system that enables universities and colleges to deliver a high-quality learning experience to remote students.

This modification is designed to work with several BBB-servers.

Work in progress!

For each meeting, you can explicitly select a server or set automatic selection. With automatic selection, before you create a meeting, each time you search for the least loaded server. To set up automatic selection criteria, you need to install the optional local_bbbadm plugin ( https://github.com/vel21ripn/bbbadm ).

The list of BBB servers is specified through the main configuration file.

Each server may have parameters:

  • server name (required)
  • server_url (required)
  • shared_secret (required)
  • denybbbserver (opt)
  • autobbbserver (opt)
  • connlimitserver (opt)
  • costbbbserver (opt)
  • multbbbserver (opt)
  • restrict_view (opt)
$CFG->bigbluebuttonbn[1]['server_name'] = 'Main server';
$CFG->bigbluebuttonbn[1]['server_url'] = 'https://bbb1.example.org/bigbluebutton/';
$CFG->bigbluebuttonbn[1]['shared_secret'] = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';

$CFG->bigbluebuttonbn[2]['server_name'] = 'Secondary server';
$CFG->bigbluebuttonbn[2]['server_url'] = 'https://bbb2.example.org/bigbluebutton/';
$CFG->bigbluebuttonbn[2]['shared_secret'] = 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy';

These instructions describe how to install the BigBlueButtonBN Activity Module for Moodle. This module is developed and supported by Blindside Networks, the company that started the BigBlueButton project in 2007.

With the latest version of this plugin you can

  • Create links in any course that can be used to create rooms/sessions in a BigBlueButton server
  • Specify join open/close dates that will appear in the Moodle calendar
  • Create a custom welcome messages that appears in the chat window when users join the session
  • Launch BigBlueButton in its own tab or window
  • Assign the role uses will have in BigBlueButton (moderator, viewer) per user or role in Moodle
  • Pre-upload presentations
  • Monitor the active sessions for the course and end any session (eject all users)
  • Record and playback your lectures
  • Access and manage recorded lectures
  • Import recording links from a different course, and more.

Note that on previous versions of Moodle you will need to use the specific version of this plugin.

Moodle Version Branch Version
Moodle 2.0 - 2.5 v1.1-stable v1.1.1 (2015062101)
Moodle 2.6 v2.0-stable v2.0.4 (2015080611)
Moodle 2.7 - 2.9 v2.1-stable v2.1.15 (2016051920)
Moodle 3.0 - 3.1 v2.2-stable v2.2.12 (2017101020)
Moodle 3.2 - 3.8 v2.3-stable v2.3.3 (2019042008)

Prerequisites

You need:

  1. A server running Moodle
  2. A BigBlueButton 0.8 (or later) server running on a separate server (not on the same server as your Moodle site)

Blindside Networks provides you a test BigBlueButton server for testing this plugin. To use this test server, just accept the default settings when configuring the activity module. The default settings are

url: http://test-install.blindsidenetworks.com/bigbluebutton/

salt: 8cd8ef52e8e101574e400365b55e11a6

For information on how to setup your own BigBlueButton server see

http://bigbluebutton.org/

Obtaining the source

This GitHub repository at

https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn/

contains the latest source. We recommend to download the latest snapshot from the Moodle Plugin Directory.

Note: You may want to install the RecordingsBN activity module to access recordings as well.

Contact Us

If you have feedback, enhancement requests, or would like commercial support for hosting, integrating, customizing, branding, or scaling BigBlueButton, contact us at

http://blindsidenetworks.com/

Regards,... Fred Dixon ffdixon [at] blindsidenetworks [dt] com

About

Blindside Networks integration of BigBlueButton for Moodle. This is an Activity Module for meeting administration.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.1%
  • Gherkin 2.1%
  • Mustache 1.0%
  • Lua 0.5%
  • CSS 0.3%
  • Makefile 0.0%