Hi everyone,
I’m trying to integrate Zoom meetings into my PHP application using the Meeting SDK App, but I’m facing issues getting the sdkKey and sdkSecret.
When I create a Meeting SDK App from the “General App” section, I only see the Client ID and Client Secret — no sdkKey or sdkSecret. As a result, I’m getting the following error when trying to integrate:
Using a Zoom JWT App type API Key (apiKey) is no longer available in version 2.7.0+ of the SDK. Please use an SDK App type SDK Key (sdkKey) instead and the SDK JWT Auth flow: Meeting SDK Auth - Zoom Developers
My questions:
What is the exact app type I need to create to get the sdkKey and sdkSecret?
Do I need a paid plan to access the sdkKey and sdkSecret?
Is there a step-by-step guide for creating the correct app and getting these keys?
I’d really appreciate any help or guidance. Thank you!