Skip to content

v2.0.0

Compare
Choose a tag to compare
@IanRFerguson IanRFerguson released this 30 Aug 17:33
· 185 commits to main since this release
3e1001b

What's Changed

This release addresses a breaking change to the Zoom connector. Starting on September 1st, 2023 JWT authentication will no longer be accepted when querying Zoom's REST API; this release moves the Zoom connector a server-to-server OAuth based authentication.

To query the Zoom API moving forward, users will need to:

  • Setup an OAuth application in Zoom's app marketplace, including defining relevant endpoint scopes (meetings, users, etc.)
  • Use the client ID, account ID, and account secret values to validate API access

Other Changes

Full Changelog: v1.2.0...v2.0.0