Actualización
This commit is contained in:
13
plugin/zoom/global.php
Normal file
13
plugin/zoom/global.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/* For license terms, see /license.txt */
|
||||
|
||||
$course_plugin = 'zoom'; // needed in order to load the plugin lang variables
|
||||
|
||||
require_once __DIR__.'/config.php';
|
||||
|
||||
if (!ZoomPlugin::currentUserCanJoinGlobalMeeting()) {
|
||||
api_not_allowed(true);
|
||||
}
|
||||
|
||||
api_location('join_meeting.php?meetingId='.ZoomPlugin::create()->getGlobalMeeting()->getMeetingId());
|
||||
Reference in New Issue
Block a user