HOW TO IMPLEMENT ZOOM MEETINGS IN Next JS + Prisma application

Hi everyone,
I am facing problem with integrating zoom to my next js + prisma application .

Use Case -
I want to create a new meeting every time a certain API ENDPOINT in my application is called , it should be a scheduled meeting , scheduled for a specific data for some specific duration & want to share the meet link to the front-end for display ?

Basically, whenever the meeting is created , I want to store the meeting link in my database schema and send the meet link to the front-end which is clickable and the user should be able to join the meeting on clicking the link .

I am unable to identify -

  1. How to setup my development account for that
  2. On using the zoom client-id and client-secret I am always getting errcode 401, NOT AUTHORIZED.
  3. Not sure now what is the base URL & the endpoint for the same.

Please help me out on how to use this.

Hi Chirag! I am developing an app with Next JS + Prisma and I have exactly the same requirements. I’ll let you know if I find a solution, let me know if you do the same

1 Like

Hi José ! did you find a solution for it ? I almost have the same use case, in which a user should be able to schedule meeting sessions and and other users can join via link

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