bigbluebutton-analytics
v1.1.30
Published
BigBlueButton Analytics
Downloads
17
Readme
BigBlueButton-Analytics
You can easily access analytics such as attendance, insights into usage of audio/video/chat and activity score of attendees during your BigBlueButton sessions.
BONUS: You can also view all recordings!
With analytics, we hope that you would be able to improve the quality of your online classes 🎉
✨ Features
- Analytics: Detailed insights into attendance, audio/video/chat usage and activity scores of attendees
- On-demand access: Unlike the default BigBlueButton install, analytics is available even after the classes end
- Recordings: View the recordings of all your BigBlueButton online classes as well
- Quick installation: Simply install BBB-Analytics npm package on your BigBlueButton sever
- Easy & Convenient: Easily sort and search through records with paginations
- Secured: password-protected page to prevent unauthorized access
🖐 Requirements
To view analytics, you would need a BigBlueButton 2.4.4 server.
⏳ Installation
# Install bbb-analytics CLI globally
npm i -g bigbluebutton-analytics
#Install dependecies
bbb-analytics --deploy
After successful installtion you should be able to access https://<bbb.example.com/analytics/>
How to login
When you visit the analytics URL - https://<bbb.example.com/analytics/>
- you would be asked to enter username and password. Please use the default username and password mentioned below.
username: admin
password: admin123
Don't forget to change your password using the command below:
#To create or update username/password
bbb-analytics --add-user --username=<username> --password=<password>
📝 License
Copyright (c) HigherEdLab.com