Facing issue when integrating Zoom meeting sdk in my vite project

  1. Created both Meeting SDK App and Server-to-Server OAuth App — still not getting clear SDK Key/Secret access.

  2. Sometimes I get an error saying Invalid signature when trying to join meetings.

  3. Other times, the frontend throws SDK integration issues — the Zoom UI doesn’t render or stays stuck.

  4. Occasionally I get a Zoom timeout error inside the modal (ZoomMtg UI never loads or crashes).

  5. Tried everything from official docs, GitHub samples, and SDK tools — still inconsistent results.

hi @vishal2611

Welcome to the community

Have you tried going through the process with Postman to understand the steps?
Try following on with this vieo

all the best

John

Hi John,
I have followed this. Failing to generate the signature and opening the zoom to the redirected url.
Can you please guide me through how can i do it with Zoom meeting sdk.
oAuth isn’t helping me to embed the zoom in my react app and so to open the meeting in my reacts base-url.

I have the basic plan and i am trying to embed the zoom in my react app. The issue is that i am not able to get the SDK key and SDK secret which seems to be mandatory.
Could you please help me through this.

Happening with just one meeting or all??

Hi @vishal2611
You should be able to use the client. ID and client secret from a general oauth app to generate a signature.
Here is a sample app for meeting sdk with react

Let me know if you can run this app and join a meeting please

For all meetings.

Thanks for the reply Elisa, i have build the general oAuth app and i am getting the client_id and client_secret from there.
But i am not able to generate the access token using client_id and client_secret of it. and access token is required to schedule a meeting.
I am able to generate access token from server to server oAuth app’s client_id and client_secret.

i need to schedule a meeting using Apis only.

can you guide through this.

Hi @vishal2611
I am going to close this thread since we have the same conversation going on a different thread