Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/zoom
Sébastien Ducoulombier 1f2376eee7 Documentation for users and developers - refs BT#17288 5 years ago
..
Entity Minor code style fix - refs BT#17288 5 years ago
lang Zoom meeting introduction and universal EnterMeeting link - refs BT#17288 5 years ago
lib Minor code style fix (FlintCI) - refs BT#17288 5 years ago
view Zoom meeting introduction and universal EnterMeeting link - refs BT#17288 5 years ago
README.code.md Documentation for users and developers - refs BT#17288 5 years ago
README.md Documentation for users and developers - refs BT#17288 5 years ago
admin.php Zoom web hooks endpoint - refs BT#17288 5 years ago
config.php Minor - Code styling - refs BT#17288 5 years ago
endpoint.php Minor code style fix (FlintCI) - refs BT#17288 5 years ago
global.php Zoom meeting introduction and universal EnterMeeting link - refs BT#17288 5 years ago
index.php Zoom Plugin, work in progress 6 years ago
install.php Zoom plugin scripts access protection - refs BT#17288 5 years ago
join_meeting.php Zoom meeting introduction and universal EnterMeeting link - refs BT#17288 5 years ago
meeting.php global and user Zoom meetings - refs BT#17288 5 years ago
meeting_from_admin.php Zoom plugin scripts access protection - refs BT#17288 5 years ago
meeting_from_start.php Zoom plugin scripts access protection - refs BT#17288 5 years ago
meeting_from_user.php global and user Zoom meetings - refs BT#17288 5 years ago
plugin.php Zoom plugin scripts access protection - refs BT#17288 5 years ago
start.php global and user Zoom meetings - refs BT#17288 5 years ago
uninstall.php Zoom plugin scripts access protection - refs BT#17288 5 years ago
user.php Zoom web hooks endpoint - refs BT#17288 5 years ago

README.md

This plugin adds Zoom meetings, user registration to meetings and meeting recordings.

Meetings

A meeting can be linked to a local user and/or a local course/session:

  • a meeting with a course is a course meeting;
  • a meeting with a user and no course is a user meeting;
  • a meeting with no course nor user is a global meeting.

Registrants

A registrant is the registration of a local user to a meeting.

Users do not register themselves to meetings.

  • They are registered to a course meeting by the course manager.
  • They are registered to a user meeting by that user.
  • They are registered automatically to the global meeting, when they enter it.

Recordings

A recording is the list of files created during a past meeting instance.

Course meeting files can be copied to the course by the course manager.

Required Zoom user account

Recordings and user registration are only available to paying Zoom customers.

For a non-paying Zoom user, this plugin still works but participants will join anonymously.

Contributing

Read README.code.md for an introduction to the plugin's code.