This is a BigBlueButton HTML5 Client prototype. :D
1. Install Node.js
2. Install Redis
git clone https://github.com/ryanseys/bbb-html5-client.git
cd bbb-html5-client
npm install
5. Install ImageMagick
redis-server
cd bbb-html5-client
node app.js
- Allow for change of font size in text tool
- Update the cleanup of Redis to ensure all keys created during a meeting are removed from Redis once the meeting is destroyed
- Update UI to look nicer
- Add mouse events to shapes and slides instead of just cursor so user can move the mouse quickly, and click to pan right away
- Put textbox in a smart place when using the text tool. (such as a popup modal)