Open main menu

CDOT Wiki β

Changes

Big Blue Button PLAN

72 bytes added, 15:15, 9 February 2012
Client
*Publish a poll
** Poll is saved into Redis and immediately retrieved from Redis to send to viewers''' (done)'''
** a A unique easy to type key corresponding to Poll title/room for web poll and save it in Redis
*** poll key are <room ID>-<poll title>'''(done)'''
*** poll key translated to a short string to be typed on mobile devices
===Server===