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:
@@ -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.
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user