Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 45 forks source link

ZoomWebSocketClient does not handle "Invalid Token" messages #322

Closed Jericho closed 9 months ago

Jericho commented 9 months ago

Our web socket client refreshes the OAuth token every 60 minutes even when the Zoom server rejects the token. We should immediately refresh the token when we receive a "Invalid Token" message to avoid this problem.

Jericho commented 8 months ago

:tada: This issue has been resolved in version 0.68.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: