bigbluebutton-Github/labs/demos
Anton Georgiev 319a1247a1 Merge branch 'meteor-new-auth' of github.com:perroned/bigbluebutton into meteor-new-auth
Conflicts:
	labs/meteor-client/app/client/globals.coffee
	labs/meteor-client/app/client/views/chat/chat_bar.coffee
	labs/meteor-client/app/collections/chat.coffee
	labs/meteor-client/app/collections/meetings.coffee
	labs/meteor-client/app/collections/presentations.coffee
	labs/meteor-client/app/collections/shapes.coffee
	labs/meteor-client/app/collections/slides.coffee
	labs/meteor-client/app/collections/users.coffee
2014-10-07 17:45:47 +00:00
..
lib Merge branch 'meteor-new-auth' of github.com:perroned/bigbluebutton into meteor-new-auth 2014-10-07 17:45:47 +00:00
public/js apply lint recommendations 2014-10-02 14:41:25 +00:00
views rework the quote stripping 2014-09-18 21:19:51 +00:00
.gitignore the :4000 landing page redirects to the meteor app. We extract the meeting_id, user_id, username, auth_token inside the Meteor app. Added router. 2014-06-12 23:22:58 +00:00
config.json removed unused properties from config 2014-08-21 19:06:20 +00:00
Gruntfile.js adding Grunt - for now just lint for js and coffee 2014-10-02 14:40:33 +00:00
index.coffee tidying up 2014-05-14 16:00:32 +00:00
package.json devDependencies for grunt 2014-10-02 14:42:28 +00:00
README.md tidying up 2014-05-14 16:00:32 +00:00

Instructions

Modify the file "config.json" so the fields for IP and salt are matching your bbb-web configuration PORT is used in the next steps (assuming you use 4000)

Run: $ coffee index.coffee

Browse to port 4000 in the browser

Enter a name in the textbox and click "Send"

Return to the terminal where you ran index.coffee

Verify that the username displayed is the same you entered in the browser

A pop-up in the browser should display the url and parameters for joining via the html5 client

Terminal: Click on the link for creating a meeting Click on the link for joining a meeting via the Flash client

The XML in the browser should inform you whether the attempt was successful