bigbluebutton-Github/labs/bbb-html5-client
Calvin Walton a4331acb06 Add the new user interface
It's still partially incomplete - missing the presentation controls, but
it's a start :)
2012-09-16 14:06:12 -04:00
..
images Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
public Add the new user interface 2012-09-16 14:06:12 -04:00
redis API stores meeting in redis, apps stores users in redis 2012-09-14 16:48:05 -07:00
routes chat almost complete... pending chat history in flex client 2012-09-15 03:15:14 -07:00
views Add the new user interface 2012-09-16 14:06:12 -04:00
.gitignore Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
app.js API stores meeting in redis, apps stores users in redis 2012-09-14 16:48:05 -07:00
package.json Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
README.md Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00

BBB-HTML5-Client

1. Install Node.js

2. Install Redis

3. Clone this repo

git clone https://github.com/ryanseys/bbb-html5-client.git

4. Install node dependencies

cd bbb-html5-client
npm install

5. Install ImageMagick

6. Run the Redis server

redis-server

7. Run the BBB server

cd bbb-html5-client
node app.js

TODOs

  • 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)