MDL-73228 mod_bigbluebuttonbn: Close all meetings when deleting

* When a BigblueButtonBN activity is deleted, we need to also close all
running meetings (including group meetings)
This commit is contained in:
Laurent David
2022-08-31 17:19:41 +02:00
parent 952d9e9f18
commit cb7d2bf2f1
5 changed files with 99 additions and 10 deletions
+2
View File
@@ -999,6 +999,8 @@ EOF;
return new moodle_url('/mod/bigbluebuttonbn/bbb_view.php', [
'action' => 'logout',
'id' => $this->cm->id,
'courseid' => $this->cm->course // Used to find the course if ever the activity is deleted
// while the meeting is running.
]);
}