It seems this wrapper stopped working recently as Zoom deprecated JWT auth in favor of Oauth.
https://developers.zoom.us/docs/api/rest/using-zoom-apis/#using-jwt-apps
If you see this response from your calls, that's probably the issue now.
Array ( [code] => 200 [message] => Account does not enabled REST API. )
Hope this helps someone!
they have migration info here https://developers.zoom.us/docs/internal-apps/jwt-app-migration/
It seems this wrapper stopped working recently as Zoom deprecated JWT auth in favor of Oauth.
https://developers.zoom.us/docs/api/rest/using-zoom-apis/#using-jwt-apps
If you see this response from your calls, that's probably the issue now.
Array ( [code] => 200 [message] => Account does not enabled REST API. )Hope this helps someone!
they have migration info here https://developers.zoom.us/docs/internal-apps/jwt-app-migration/