Embedding Zoom webinar in website

@shravaniT,

The Zoom Meeting SDKs use an SDK Key and Secret to generate an SDK JWT for authorized use of the SDK. You will want to make the API call with the signature, not the SDK Key and Secret.

Have you tried to decode the signature to verify it’s correct or not? Please see this post for instructions on decoding and inspecting the signature.

Also, you can find a sample Node.js generate a signature function that you can reference for implementation :

https://marketplace.zoom.us/docs/sdk/native-sdks/auth