Open
Description
When the videoconference plugin (BBB) is enabled, course recordings can be created.
When a course is deleted, there is currently no process to delete the recording, so recordings remain there, unattached. This can lead to issues with some methods of the plugin that do not check if the course still exists, and then try to get info using a course password that doesn't exist anymore.
Add an option to the BBB plugin to delete recordings on course or session deletion.
Use a hook to delete them through the bbb::deleteRecording() method.