Sample script which receives webhook event "recording.completed" and trigger downloading recorded file.
- Tested Environment
CentOS7
Apache/2.4.6
OpenSSL/1.0.2k-fips
PHP/5.4.16
Zoom payed account
- Webhook Document
https://marketplace.zoom.us/docs/guides/tools-resources/webhooks
- To do
1: Make sure that the Web server is runnig SSL along with PHP.
2: Copy all the files on to the server's directory.(e.g. /var/www/html)
3: Add webhook entry Zoom Market place.
4: Retrieve API Key and Secret from Zoom Market place.
5: Edit "webhook.php" and add API Key and Secret.
- Permissions
drwxrwxrwx. apache apache download
-rwxr-xr-x. apache apache jwt.php
-rwxrwxrwx. apache apache webhook.log
-rwxrw-rw-. apache apache webhook.php