Hello am trying to using zoom SDK for a livesesion in an Edtech platform am building i was able to create meeting from my code based code the meeting details which i dumped in one of the image above
now i tried joining the meeting and i keep getting invalid sdk
please is there anything am doing wrong is or is there some verification needed from zoom ?
Please verify the following to ensure your Zoom Meeting SDK integration is correctly set up:
Enable the Meeting SDK:
Go to Zoom App Marketplace > Your App > General App > Features > Embed
Make sure that “Meeting SDK” is enabled.
App Type Confirmation:
Ensure that you have created a General App, as required for the Meeting SDK to function properly.
Client ID and Secret Verification:
Double-check your App Client ID and App Client Secret, ensuring that there are no extra white spaces before or after the values when copying and pasting them into your code.
If you have verified all the above settings and are still encountering the “Invalid SDK” error, consider the following troubleshooting steps:
Ensure you’re using the correct SDK version that matches your Zoom account’s feature compatibility.
Check that you’re passing the correct parameters (e.g., signature, meetingNumber, role, userName, etc.) when initializing the SDK.
Review your JWT signature generation process to confirm it’s correctly signed with your App credentials.
Inspect the browser console for additional error details that might provide more context on what’s wrong.
Ensure that your app is set to “General” and that your App Client ID and Secret are correctly entered. Check that the SDK version is compatible and verify the JWT signature generation. If issues persist, examine the browser console for error messages.