v2.0.3.0
Store API Key/Secret in module scope variable #54. With the Server-to-Server OAuth token changes, and the $PSZoomToken variable being stored in the Global scope, it is possible for scripts to run over each other (especially if you're doing a long running job) and overwrite the token being used. This change is designed to address this issue.
Fixed not initialized array in Update-ZoomMeeting (#89). $requestBody was not initialized. Updates always failed when the script trying to add items to a null array.
Typo fix for $params SkipHeaderValidation in Invoke-ZoomRestMethod.