Commit Graph

12 Commits

Author SHA1 Message Date
e5efb05a01 Add endpoint to detect new recordings and update the interface
The endpoint receives events from BigBlueButton via webhooks or scripts
in the record and playback workflow.
For now it only treats the event for when a recording is ready.
When it happens, it uses action cable to update the interface dynamically
with the new recording.
2016-12-07 16:20:10 -02:00
b518458622 Allow recordings to be 'unlisted'
Unlisted is a state between published and unpublished. They are still
published in the server, but will not appear to anyone other than the
user that created the recording.
It is done using a metadata attribute and required several changes in how
the application handles publishing and unpublishing.
2016-12-06 12:03:53 -02:00
47e0e948d1 Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05:00
1d879993d5 finish meeting class 2016-11-10 17:05:43 -05:00
d22cc3e6d0 dynamic room content 2016-11-09 16:46:08 -05:00
b4e0e73692 oauth update 2016-11-09 13:29:29 -05:00
83bdf4c387 finish delete recording feature 2016-11-08 16:03:24 -05:00
b8c876443f add end button to views 2016-11-04 18:28:52 -04:00
0c4e264d7e set room name in html 2016-11-01 17:18:39 -04:00
e400bf41e8 recording async update 2016-11-01 11:39:26 -04:00
db9d06b72f add recordings table 2016-10-31 14:12:08 -04:00
b701f2e9a6 wait for moderator with action cable 2016-10-27 13:57:26 -04:00