Go to file
sualko e1241f8d25 docs: update screenshots 2020-06-18 09:28:24 +02:00
.github docs: add contributing guidelines 2020-05-17 11:54:56 +02:00
.tx chore: prepare translation 2020-05-16 14:44:21 +02:00
appinfo docs: update screenshots 2020-06-18 09:28:24 +02:00
docs docs: update screenshots 2020-06-18 09:28:24 +02:00
img style: change shortcut icon 2020-05-22 13:19:19 +02:00
l10n [tx-robot] updated from transifex 2020-06-18 03:21:44 +00:00
lib fix: trim user supplied displayname 2020-06-18 08:23:08 +02:00
scripts build: fix composer dev install 2020-06-15 13:27:57 +02:00
templates feat: add access policy 2020-06-04 19:26:53 +02:00
tests fix: trim user supplied displayname 2020-06-18 08:23:08 +02:00
ts style: expand name cell 2020-06-17 11:14:49 +02:00
.eslintrc.js refactor: enforce semicolons in ts 2020-04-27 16:50:45 +02:00
.gitignore chore: ignore phpunit cache 2020-06-10 13:59:31 +02:00
.php_cs.dist ci: add travis 2020-04-29 11:47:51 +02:00
.stylelintrc.json chore: fix linting 2020-04-26 22:41:06 +02:00
.travis.yml revert: "ci: run tests" 2020-06-10 14:17:01 +02:00
CHANGELOG.md docs: update change log 2020-06-10 17:35:59 +02:00
CODE_OF_CONDUCT.md docs: add code of conduct 2020-05-17 11:54:22 +02:00
COPYING Initial commit 2020-04-26 11:36:41 +02:00
Makefile make app id shorter 2020-04-26 13:26:34 +02:00
README.md docs: remove obsolete troubleshooting 2020-06-16 17:02:30 +02:00
babel.config.js Initial commit 2020-04-26 11:36:41 +02:00
commitlint.config.js chore: ignore tx-robot commits if linting 2020-06-04 10:06:57 +02:00
composer.json chore: update phpunit 2020-06-10 13:58:56 +02:00
composer.lock chore: update phpunit 2020-06-10 13:58:56 +02:00
composer.phar use fork of bbb api 2020-04-26 12:13:04 +02:00
declarations.d.ts Initial commit 2020-04-26 11:36:41 +02:00
package.json release: 0.4.0 🎉 2020-06-10 17:36:19 +02:00
phpunit.xml test: add first unit tests 2020-06-10 13:58:56 +02:00
tsconfig.json Initial commit 2020-04-26 11:36:41 +02:00
webpack.common.js feat: add access policy 2020-06-04 19:26:53 +02:00
webpack.dev.js Initial commit 2020-04-26 11:36:41 +02:00
webpack.prod.js Initial commit 2020-04-26 11:36:41 +02:00
yarn.lock chore: add yarn test 2020-06-10 13:58:56 +02:00

README.md

BigBlueButton™ integration for Nextcloud

Build Status Downloads GitHub release

This app allows to create meetings with an external installation of BigBlueButton.

👏 Developer wanted! If you have time it would be awesome if you could help to enhance this application.

This app uses BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.

Screenshot configuration

😍 Features

This integration provides the following features:

  • Room setup Create multiple room configurations with name, welcome message, ...
  • Share guest link Share the room link with all your guests
  • Custom presentation Start a room with a selected presentation from your file browser
  • Manage recordings View, share and delete recordings for your rooms

🚀 Install it

The easiest way to install this app is by using the Nextcloud app store. If you like to build from source, please continue reading.

To install it change into your Nextcloud's apps directory:

cd nextcloud/apps

Then run:

git clone https://github.com/sualko/cloud_bbb.git bbb

Then install the dependencies using:

make build

⚙️ Configure it

Get your BBB API url and secret by executing sudo bbb-conf --secret on your BBB server.

$ sudo bbb-conf --secret

    URL: https://bbb.your.domain/bigbluebutton/
    Secret: abcdefghijklmnopqrstuvwxyz012345679

    Link to the API-Mate:
    https://mconf.github.io/api-mate/#server=https://...

Enter these values in the additional settings section on the admin configuration page of your Nextcloud instance.

Create your first room

Go to the BigBlueButton section inside your personal settings page and enter a room name. That's it. You can now distribute the room url.

Enter a room from files

Use the ... menu and select the desired BBB configuration to enter the room. Beware that if the room is already running the presentation will not be updated. Entering a room with a defined presentation works only if link shares are enabled and do not require authentication. See #1 for details.

Screenshot file browser

📓 Notes

  • By using the Link Editor you can share rooms as any other file

⛏️ Troubleshooting

  • Before installing, make sure your BBB is running correctly
  • If the room doesn't appear in the ... menu of files, a browser/cache reload might help

❤️ Sponsors

Writing such an application is a lot of work and therefore we are specially thankful for people and organisations who are sponsoring features or bug fixes:

If you are looking for other ways to contribute to this project, you are welcome to look at our contributor guidelines. Every contribution is valuable 🎉.