amartel / redmine_bbb

Integrate BigBlueButton server with redmine
http://github.com/amartel/redmine_bbb
MIT License
22 stars 13 forks source link

h1. Introduction

This plugin allows to start and join web meetings using a BigBlueButton server (http://bigbluebutton.org server)

h1. Setup

h3. 1. Install plugin into vendor/plugins

Install redmine_bbb with:

No DB migration is required...

h3. 2. Restart your web server

h3. 3. Configure REDMINE with your web browser

If everything is OK, you should see BigBlueButton plugin in the plugin list (Administration -> Plugins) Then, you have to configure the plugin:

New permissions are now available (in BigBlueButton section):

When the plugin is activated in a project, you should see a new section "virtual meeting" in the project's overview tab. If not, check your settings (the plugin doesn't display the section if it is not possible to open a connection with the BBB server...)

h1. History

0.2.0 : 2015-04-01 Stanislav German-Evtushenko ginermail@gmail.com change: refactoring and clean up (to be more compliant with MVC pattern) fix: meetingID matches bridgeID in order to avoid partial interference when bridgeIDs are the same and meetingIDs are different fix: meetingID starts from 00000 instead of 77777 new: bbb macro (check {{macro_list}} to see all macros) new: randomly generated private rooms fixme: some translations are missing and hardcoded in English

0.1.1 : 2010-12-27 new: German localization new: Permission to allow meeting creation new: Permission to grant MODERATOR role in meeting

0.1.0 : 2010-10-14 new: Dutch localization fixed: change URI.escape() with CGI.escape() for better support of extended chars in usernames and code cleaned

0.0.1: Initial release