Open main menu

CDOT Wiki β

Changes

Big Blue Button PLAN

290 bytes added, 10:46, 14 February 2012
Publishing Polls
*** poll key translated to a four digit integer (to be typed on mobile devices attached to the url of the server)
***: The value saved would be <room ID>-<poll title> <---> 9999
***: Also to create a point of reference for the four digit integer a single database entry is created in Redis as: "WebPollReferenceID" <---> 1. It will be used to fetch the next poll ID and will be added by one each time an ID is fetched. The value is recycled back to 1 when it is 9999.
==Server==