Daily Scrum Application
Allows for web-based development scrum meetings with real-time text editor collaboration for note taking.

Using the Scrum application
Start the meeting: click on any present attendee.
Switch speakers: click on a different attendee.
Pause the meeting: click on the red STOP button next to the Meeting Time.
Activate expected attendee: e.g. one who is on the invite list, yet not present in the meeting via computer, double click on that attendees greyed out name.
Deactivate attendee: double click on that attendee's name once again.

Note: only those attendees with Moderator control can direct the meeting flow.

Meeting control via URL parameters
To control the following meeting properties, simply append these url parameters and desired values:

length - in minutes; can contain fractinal minutes, e.g. length=5.5 would result in a 5 minute 30 second meeting.
invites - [filename].json; should be the full name (including .json extension) of a simple json file of desired attendees, e.g. invites=inviteList.json, where inviteList.json has a format like {"david" : false,"peter" : true} True / false indicates Moderator or Regular user status, respectively.