Skip to content

jrchamp/moodle-mod_zoom

This branch is 832 commits behind ncstate-delta/moodle-mod_zoom:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 14, 2017
Jul 5, 2017
Jan 16, 2018
May 12, 2017
Jul 5, 2017
Jul 28, 2015
Jul 21, 2015
Jul 21, 2015
Jan 2, 2018
May 18, 2017
Jul 14, 2017
Jan 10, 2018
Jul 14, 2017
May 4, 2017
Jul 14, 2017
Jul 14, 2017
Jul 14, 2017
Feb 1, 2017
Jul 21, 2015
Jul 20, 2017
Jul 14, 2017

Repository files navigation

Intro

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.

Installation

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.

Settings

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?

Changelog

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

About

Moodle plugin for Zoom meeting

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • CSS 0.1%