Zoom makes it simple to record meetings, but accessing the recordings and sharing them afterward is not simple. It’s also not possible to create clips or edit the recorded meeting in Zoom without exporting it. This is why we’ve created the Zoom Import tool for Ravnur.
The tool is easy to use and is limited to importing a recorded meeting (i.e. it cannot add, edit or delete anything in Zoom). After the recording is automatically imported into Ravnur, you can edit your Zoom meeting, share it with others, or embed it in other applications – in short, you can do anything with it that you can do with a video in the portal.
Summary
- An admin in your Ravnur application must add the Zoom user to the list of authorized users
- The Zoom recording is imported automatically into the Zoom user's account with a default privacy setting of Unlisted
- Zoom recordings can be managed just like any other video
Importing recorded Zoom meetings is easy, and it requires very little active maintenance other than identifying who wants to have their meetings imported. Once a portal user is added to the list of users authorized to import their Zoom recordings, every recorded meeting in that user’s Zoom account will be automatically imported and assigned to that person. The video’s default privacy setting is Unlisted, so it is not discoverable in search or visible to others without a direct link. Once the Zoom recording is imported, it can be managed by the owner just like any other video in the portal.
Prerequisites
- Your Zoom admin must configure a webhook for the recorded meetings notification
The Zoom Import tool relies on a webhook notification that your Zoom admin sets up in the Zoom Developer portal. It is specifically created to send a notification to your portal when there is a recorded meeting available for export. When your portal receives this notification, it checks the list of authorized users that want to import their recordings into the portal. If the portal finds a match, it imports the video.
How to configure the Zoom webhook
- Go to https://marketplace.zoom.us/ and log in using your Zoom tenant admin account.
- Click on Develop in the header and select Build Legacy App as shown below.
- Click on Create in the Webhook Only card as shown below.
- In the Create a Webhook App popup , enter a descriptive name for the webhook like Ravnur Video Portal Import Job.
- There are three sections. The first is Information. Follow the steps below to complete the basic information.
- Enter “This webhook notifies the Ravnur Video Portal that a recorded meeting is ready to export” in the short description.
- Enter you company name.
- Enter your name and email address.
- Links are optional, and these will not be displayed in Ravnur.
- Now for the Feature section.
- Copy the Secret Token and give this to Ravnur Support so that the webhook can be authenticated. It will not work without this token.
- Turn on Event Subscriptions.
- Click on +Add new event subscription. The panel will expand and you will see the fields shown below.
- Add this name to the event subscription: “Recorded meeting ready for export”
- Add this endpoint URL for the Event notification endpoint URL:
https://{your_portal’s embedding application_subdomain}/public/import/zoom
(for example, https://demo-embed.ravnur.com/public/import/zoom)
If you’re not sure which subdomain to use, please check with Ravnur Support. - Click on the Validate button
- Click on + Add Events
- Select Recording as an event type on the left side and then select “All recordings have completed” from the right side column, and click on Done.
- Click on Save. The page will reload and you’ll see a Verification Token. You do not need to save this or copy it because it will be sent in the JSON file when the webhook fires.
- Click on Continue.
- You will get a success message and your webhook app is now active.
Now that the webhook is active, you can add users to the Zoom Import list.
How to manage users with the Zoom Import list
Only portal users that have been added to the Zoom Import User List will have their Zoom recordings imported. If you have Zoom users that are not yet registered in the portal, you will need to add them to the portal before you can add them to the Zoom Import User List.
- In the admin portal go to Tools > Zoom Import
- Click on Add Users and use the picker to select the user you want to add, then click add.
- The user will appear in the list view where you will see the user’s name, email address and the date they were added. You can remove users by selecting them and choosing Delete from the Actions selector. This will not remove any previously imported Zoom recordings.