The BigBlueButton-Strapi plugin integrates BigBlueButton web conferencing into Strapi so that you can launch your online classes from within Strapi.
Integrate online classes into Strapi CMS via BigBlueButton open-source video conferencing.
This free plugin also provides API end-points to easily setup start and join buttons for web conferencing into any frontend app.
BigBlueButton is like-Zoom for online classes but at a much lower cost, with better analytics, and is open-source.
Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first.
The BigBlueButton-Strapi plugin enables you to integrate BigBlueButton into Strapi.
BigBlueButton offers you everything you need for your online classes: HD audio/video conference, whiteboard, chat, slides, polling, raise hand and breakout rooms. Specifically,
The requireemnts to install the BigBlueButton-Strapi plugin is same as those to install Strapi.
Please refer to the official Strapi installation requirement doc here: Installation Requirements.
Minimum environment requirements
>=14.x.x
>=6.x.x
We are following the official Node.js releases timelines.
Supported Strapi versions:
The BigBlueButton-Strapi plugin is designed for Strapi v4.x. It won't work with Strapi v3.x.
Use npm to install this plugin within your Strapi project (recommended).
Refer to this doc to install npm
npm i bigbluebutton-strapi
After successful installation you would need to build a fresh package that includes the BigBlueButton-Strapi plugin UI. Please execute the commands below:
# with npm (option 1)
$ npm run build
$ npm run develop
# with npx (option 2)
$ npx strapi build
$ npx strapi develop
The BigBlueButton-Strapi plugin should appear in the Plugins section of Strapi sidebar after you run app again.
Now you are ready to launch your onlie classes 🎉
You can replace the default BigBlueButton URL and Secret with your own server details.
Configure Your BigBlueButton URL and Secret
.In case you don't have a BigBlueButton server, you can create a free trial account here.
Copyright (c) HigherEdLab.com.
npm install bigbluebutton-strapi
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.