Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2022-03-09 12:46 PM
Hello,
While looking to generate the signature for API calls using the advice from https://marketplace.zoom.us/docs/sdk/native-sdks/web/signature/ , I noticed that the Python 3 example code has a small bug in it.
The last statement, print (generateSignature(data)), isn't space-aligned to the statement right above. Since Python is space sensitive, this small issue causes the script to fail.
In addition, Python 2 and Python 3 don't require semi-colons at the end of statements, so the code could be more "Pythonic" by removing those trailing semi-colons.
Any who, hoping to save someone else some time down the line.
Thanks in advance!
- Kurt
2022-03-09 12:56 PM
@kurtfromzoom Thanks Kurt! You may want to post this also over at the dev forum.