Hey @sagy.harpaz,
I understand, JWT’s are very tricky at first. However, I wrote a small tutorial on how to generate a sample JWT: “auth sdk failed” when running zoom sdk demo - #7 by Michael_Condon
You need a JWT. It is not safe to use your SDK key and secret. The only reason the SDK allows for this is for troubleshooting purposes. In production, you would have a JWT generated outside of your application everytime you need one.
Thanks!
Michael