Zoom is the web and app based video conferencing service (http://zoom.us). This plugin offers tight integration with Moodle, supporting meeting creation, synchronization, grading, and backup/restore.
Requires Zoom API key and secret. See https://developer.zoom.us/docs/api/ and follow the link to "Get your API key pair from here (https://developer.zoom.us/me/#api)"
You will need to have Zoom administrator access. Please note that the API key and secret is not the same as the LTI key/secret.
Must set the following settings to enable the plugin:
- Zoom API url (mod_zoom | apiurl), Default: https://api.zoom.us/v1/
- Zoom API key (mod_zoom | apikey)
- Zoom API secret (mod_zoom | apisecret)
- Zoom home page URL (mod_zoom | zoomurl), Link to your organization's custom Zoom landing page.
- Login types (mod_zoom | logintypes), Depending on your Zoom instance, how should the plug-in find users from Moodle in Zoom?
v1.6
- Addressed coding issues brought up by a MoodleRooms review done for CSUN.
v1.5
- Fixed upgrade issues with PostgreSQL
v1.4
- Added missing lang string for cache.
- Updated activity chooser help text.
- Added support for webinars.
- Fixing Unicode issues.
v1.3
- Fixed join before host option.
- Added Zoom user reports.
- Added connection status checking on settings page.
v1.2
- Allowing Zoom users to be found by other login types than just SSO.
v1.1
- Issue #1: allow underscores in API key and secret.
- Issue #2: Fix language strings to not use concatenation.
- Added support for "group members only".
v1.0
- Initial release