Zoom
Install and use the Zoom App.
The Zoom app allows you to generate zoom meeting links from your Rocket.Chat workspace.
- These users are added to your Zoom account, and their emails must be the same on Rocket.Chat and Zoom.
To install the Zoom App,
- Navigate to Administration > Apps > Marketplace.
- Search for the Zoom app.
- Click Install
To create a new JWT app,
- Navigate to Develop > Build App.
- Select JWT and click Create.
- Enter a name for the app and click Create.
- Enter your app's Company Name and Developer Contact Information. Click Continue.
- Copy the app's API Key and API Secret from the App Credentials tab.
To configure the Zoom App,
- On the Zoom App Info screen, navigate to Settings.
- Paste the API Key and API Secret from the JWT App on the marketplace.
- Run the slash command
/zoom start
to generate a new Zoom meeting link. It generates a Zoom meeting link, and anyone in that room can click the link to join the meeting. - You can also run
/zoom start <topic>
to add a title to the meeting. For example,/zoom start < Designers Daily Standup>
.
Last modified 2mo ago