We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed here, there are some scenarios where the response from the Zoom API contains a malformed JSON string. For example:
{ "code":104, "message":"Invalid access token, does not contain scopes:["zoom_events_basic:read","zoom_events_basic:read:admin"]" }
Zoom is working on a permanent fix, but in the mean time we need to be able to handle the unescaped quotes in the message.
The text was updated successfully, but these errors were encountered:
14b3f63
🎉 This issue has been resolved in version 0.81.0 🎉
The release is available on:
Your GitReleaseManager bot 📦🚀
Sorry, something went wrong.
Jericho
No branches or pull requests
As discussed here, there are some scenarios where the response from the Zoom API contains a malformed JSON string. For example:
Zoom is working on a permanent fix, but in the mean time we need to be able to handle the unescaped quotes in the message.
The text was updated successfully, but these errors were encountered: