App Secret and Keys for Zoom SDK Integration

Hey team,

I wanted to integrate the zoom SDK into my application, letting users create and host live meetings. Had a doubt regarding the same. The SDK initialization requires user’s app secret and key. Is it possible to fetch these at runtime? If yes, what is the underlying process/flow for the same?

If you could point me to a documentation or sample implementation, that would be great.

Hi @aman.sharma, thanks for using our SDK.

The recommended approach for retrieving your developer credentials at runtime is to generate a JWT with the payload specified here using your credentials stored on your own server.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.