The Zoom API Connector, while normally deployed on a Windows-based host machine, can also be deployed using a Linux-based host in conjunction with Docker containers (software packages).
Prerequisites for deploying Zoom API connector using Docker
VM requirements
- Host machine requirements:
- 2 core processor
- 8 GB of Ram
- 20 GB of storage
-
Docker downloaded and installed on your host machine
Note: The above device requirements, support up to 200 endpoints
How to deploy the Zoom API connector using Docker
- Sign in to the Zoom web portal.
- In the navigation panel, click Room Management, then click Cisco/Polycom Rooms.
- Click the API Connectors tab.
- Click Add API Connector.
- Fill out the following fields:
-
API Description: The name/description of the API connector
-
Private Networks: The private network ranges of devices, the API connector can provision.
Note: If creating more then one API Connector, you can not use overlapping IP ranges.
- Click Finish when done.
- Download and unzip the Zoom Room Connector Runner files.
- Open and edit the dockerstart.sh file.
- Replace {{*}} in the following lines, with your Connector ID and Private Key:
connectorId={{*}}
privateKey={{*}}
- Save the changes to the file.
- Grant executable permissions for the script by running the following commands:
cd ./zoom-connector-runner
chmod +x dockerstart.sh
- Run the dockerstart.sh script.