diff --git a/plugin/bbb/README.md b/plugin/bbb/README.md new file mode 100644 index 0000000000..a500dfacaf --- /dev/null +++ b/plugin/bbb/README.md @@ -0,0 +1,5 @@ +BigBlueButton Chamilo plugin +============================ +This plugin allows you to have videoconference rooms in each course. +It requires you to have a BigBlueButton videoconference server installed on another server (ideally). +Check http://www.bigbluebutton.org/ for more about BigBlueButton. diff --git a/plugin/bbb/changelog.md b/plugin/bbb/changelog.md new file mode 100644 index 0000000000..1a332b016f --- /dev/null +++ b/plugin/bbb/changelog.md @@ -0,0 +1,9 @@ +version 0.9 +----------- +Released with: Chamilo LMS 1.9.8 +Changes: +* now supports sessions (requires you to "alter table plugin_bbb_meeting add column session_id int default 0;") + +version 0.8 +----------- +Released with: Chamilo LMS 1.9.0