-
Notifications
You must be signed in to change notification settings - Fork 980
ZoomMeetingRecorder Plugin
This plugin will auto-import Zoom meetings saved on the cloud into your AVideo site
All Zoom users with a Pro or a higher plan have access to it. An account owner or account admin can for all account members as well as for members that belong to a certain group. Users can also enable Cloud Recordings.
Only a host or a co-host of the meeting/webinar can start and complete a. A recording is considered to be completed after the meeting or webinar which was being recorded is ended by the host/co-host.
The Recording Completed event is triggered every time a recording of a meeting or webinar becomes available to view and/or download. To receive this notification, you must meet the prerequisites listed below.
- Pro or higher plan.
- Cloud recording must be enabled on the users’ account.
- Event Subscriptions must be enabled for your with the following configurations:
-
- A valid Event notification endpoint URL.
-
- "All Recordings have completed" subscription must be enabled under the Recording event.
- To start head to the marketplace and create a Webhook Only APP.
- Enable Event Subscriptions
- Event notification endpoint URL: [use the link in your plugin]
- In Event types select All Recordings have completed
- Copy the verification token in your plugin parameters
For more details about webhooks, follow this tutorial
- If you set up an users ID on the parameter ownerUsersId we will use this user as the video owner.
- If you set the parameter to 0 (zero) and the Zoom hoster's email matches any AVideo user's e-mail we will use this user as the owner.
- If It does not match with any of the options above we will get the first user we find (usually admin)