Commit Graph

22 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
7c916ae632 use the user's name for the bbb meeting name 2016-12-01 16:55:43 -05:00
47e0e948d1 Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05:00
97435b63bc all join as moderator in anonymous meeting 2016-11-25 12:14:04 -05:00
f35012a5f2 room updates in job 2016-11-21 16:29:41 -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
bee0b88d97 refresh session status on meeting actions 2016-11-07 12:12:39 -05:00
58d5e7e6c5 combine channels for meeting updates 2016-11-07 11:19:54 -05:00
e11098c7a9 add end meeting to bbb controller 2016-11-04 16:32:10 -04:00
15411d76fa only allow room owner to perform recording actions 2016-11-01 15:02:32 -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
3871e0129c add recordings api actions 2016-10-28 16:21:44 -04:00
b701f2e9a6 wait for moderator with action cable 2016-10-27 13:57:26 -04:00
3aeef0a4cf refactor bbb helper and implement wait for mod 2016-10-26 13:41:55 -04:00
bd3cbee2b4 Fixes required for making the logouturl work 2016-10-19 13:59:40 -04:00
061f9c794a Refactored meetings resource and breaked up view into components 2016-10-19 13:43:58 -04:00
d4a9fd9147 Cleaned up code 2016-10-18 17:25:06 -04:00
0d216adc52 Implemented refresh URL 2016-10-18 16:23:52 -04:00
f725b7f1bc Implemented join to BBB first approach 2016-10-17 18:36:56 -04:00