You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to the management list of recordings (the list of recordings and/or the edit page of a recording) to update that recording. This option should send a getRecordings to the server for this specific recording and update it in the database with the info received.
There are already fetch_recordings routes for servers and rooms, but not for recordings, so this would need an implementation in bigbluebutton_rails.
The text was updated successfully, but these errors were encountered:
Add an option to the management list of recordings (the list of recordings and/or the edit page of a recording) to update that recording. This option should send a
getRecordings
to the server for this specific recording and update it in the database with the info received.There are already
fetch_recordings
routes for servers and rooms, but not for recordings, so this would need an implementation inbigbluebutton_rails
.The text was updated successfully, but these errors were encountered: