Skip to content

v2.0.3.0

Compare
Choose a tag to compare
@JosephMcEvoy JosephMcEvoy released this 19 Mar 16:07
· 23 commits to master since this release
4bc6dd6

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.