{"id":21319450,"url":"https://github.com/zoom/meetingsdk-headless-linux-sample","last_synced_at":"2025-07-12T04:31:50.882Z","repository":{"id":212242517,"uuid":"728848890","full_name":"zoom/meetingsdk-headless-linux-sample","owner":"zoom","description":"A demo on creating a headless meeting bot using the Zoom Meeting SDK for Linux and Docker","archived":false,"fork":false,"pushed_at":"2024-11-07T00:51:58.000Z","size":188,"stargazers_count":35,"open_issues_count":7,"forks_count":17,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-11-07T01:19:51.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-07T20:38:46.000Z","updated_at":"2024-11-07T00:51:59.000Z","dependencies_parsed_at":"2023-12-22T20:58:25.220Z","dependency_job_id":"92d60ac4-ebf3-45a0-87c4-9d8e8f070853","html_url":"https://github.com/zoom/meetingsdk-headless-linux-sample","commit_stats":null,"previous_names":["zoom/meetingsdk-headless-linux-sample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fmeetingsdk-headless-linux-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fmeetingsdk-headless-linux-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fmeetingsdk-headless-linux-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fmeetingsdk-headless-linux-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoom","download_url":"https://codeload.github.com/zoom/meetingsdk-headless-linux-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225795377,"owners_count":17525316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T19:41:57.375Z","updated_at":"2024-11-21T19:41:57.819Z","avatar_url":"https://github.com/zoom.png","language":"C++","readme":"# Zoom Meeting SDK for Linux Headless Bot Sample\n\nThis sample demonstrates how you can run the Zoom Meeting SDK for Linux within a Docker container and configure it for a\nvariety of use cases through an intuitive CLI or through a configuration file.\n\n## Prerequisites\n\n1. [Docker](https://www.docker.com/)\n1. [Zoom Account](https://support.zoom.us/hc/en-us/articles/207278726-Plan-Types-)\n1. [Zoom Meeting SDK Credentials](#config:-sdk-credentials) (Instructions below)\n    1. Client ID\n    1. Client Secret\n1. [AssemblyAI Key](https://www.assemblyai.com/)\n1. [Anthropic Key](https://www.anthropic.com/)\n\n## 1. Clone the Repository\n\n```bash\n# Clone down this repository\ngit clone git@github.com:zoom/meetingsdk-headless-linux-sample.git\n```\n\n## 2. Download the Zoom Linux SDK\n\nDownload the latest version of the Zoom SDK for Linux from the Zoom Marketplace and place it in\nthe [lib/zoomsdk](lib/zoomsdk) folder of this repository.\n\n## 3. Configure the Bot\n\nIf you don't already have them, follow the section on how\nto [Get your Zoom Meeting SDK Credentials](#get-your-zoom-meeting-sdk-credentials).\n\n\n#### Copy the sample config file\n\n```bash\ncp sample.config.toml config.toml\n```\n\n#### Fill out the config.toml\n\nHere, 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.\n\n**At a minimum, you need to provide an Client ID and Client Secret along with information about the meeting you would like to join.**\n\nYou can either provide a Join URL, or a Meeting ID and Password.\n\n## 4. Run the Bot\n\nRun the Docker container in order to build and run the bot\n\n```shell\ndocker compose up\n```\n\nThat's it! You can use the --help argument in [entry.sh](bin/entry.sh) to see the available CLI and config.toml options.\n___\n### Get your Zoom Meeting SDK Credentials\n\nIn your web browser, navigate to [Zoom Developer Portal](https://developers.zoom.us/) and register/log into your\ndeveloper account.\n\nClick the \"Build App\" button at the top and choose to \"Meeting SDK\" application.\n\n1. Name your app\n2. Choose whether to list your app on the marketplace or not\n3. Click \"Create\"\n4. Fill out the prerequisite information\n5. Copy the Client ID and Client Secret to the config.toml file\n\nFor more information, you can follow [this guide](https://developers.zoom.us/docs/meeting-sdk/developer-accounts/)\n\n### Keeping secrets secret\n\nRemember, credentials should never be stored in a plaintext file for production use cases.\n\n\u003e :warning: **Never commit config.toml to version control:** The file likely contains Zoom SDK and Zoom OAuth\n\u003e Credentials\n\n### Testing\n\nAt this time there are no tests.\n\n## Need help?\n\nIf you're looking for help, try [Developer Support](https://devsupport.zoom.us) or\nour [Developer Forum](https://devforum.zoom.us). Priority support is also available\nwith [Premier Developer Support](https://zoom.us/docs/en-us/developer-support-plans.html) plans.\n\n### Documentation\n\nMake sure to review [our documentation](https://developers.zoom.us/docs/meeting-sdk/linux/) as a reference when building\nwith the Zoom Meeting SDK for Linux.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoom%2Fmeetingsdk-headless-linux-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoom%2Fmeetingsdk-headless-linux-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoom%2Fmeetingsdk-headless-linux-sample/lists"}