This sample demonstrates how you can run the Zoom Meeting SDK for Linux within a Docker container and configure it for a variety of use cases through an intuitive CLI or through a configuration file.
- Docker
- Zoom Account
- Zoom Meeting SDK Credentials (Instructions below)
- Client ID
- Client Secret
- AssemblyAI Key
- Anthropic Key
# Clone down this repository
git clone [email protected]:zoom/meetingsdk-headless-linux-sample.git
Download the latest version of the Zoom SDK for Linux from the Zoom Marketplace and place it in the lib/zoomsdk folder of this repository.
If you don't already have them, follow the section on how to Get your Zoom Meeting SDK Credentials.
cp sample.config.toml config.toml
Here, you can set any of the CLI options so that the bot has them available when it runs. Start by adding your Client ID and Client Secret in the relevant fields.
At a minimum, you need to provide an Client ID and Client Secret along with information about the meeting you would like to join.
You can either provide a Join URL, or a Meeting ID and Password.
Run the Docker container in order to build and run the bot
docker compose up
That's it! You can use the --help argument in entry.sh to see the available CLI and config.toml options.
In your web browser, navigate to Zoom Developer Portal and register/log into your developer account.
Click the "Build App" button at the top and choose to "Meeting SDK" application.
- Name your app
- Choose whether to list your app on the marketplace or not
- Click "Create"
- Fill out the prerequisite information
- Copy the Client ID and Client Secret to the config.toml file
For more information, you can follow this guide
Remember, credentials should never be stored in a plaintext file for production use cases.
⚠️ Never commit config.toml to version control: The file likely contains Zoom SDK and Zoom OAuth Credentials
At this time there are no tests.
If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans.
Make sure to review our documentation as a reference when building with the Zoom Meeting SDK for Linux.