Help on creating meeting with Zoom API using PHP

I am currently working on a Web Development project and have to leverage on Zoom API. Tried following the documentation but it’s in bit and pieces and it’s hard to follow. I am not very proficient in coding therefore it would be helpful to have a full working code.
My goal of this is to create a zoom meeting whereby it will show a meeting URL link and the password when a user click on a button.
Either OAuth / JWT is fine, whichever is easier.

Thanks!

Hey @benjaminkhong

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

Unfortunately, it is of not much help. I understand the rough idea of how it works whereby I’ll need the API Client ID and Client Secret of which is used to get the access token in order to use Zoom API to create a meeting (correct me if I’m wrong). However, I do not know how to code it out. Would appreciate if there is a video tutorial of doing everything from scratch. Else, a complete code would suffice. Thanks!

Hey @benjaminkhong,

Happy to point you in the right direction! To make things easiest, I would recommend using our embedded Postman tool in the documentation. You can select PHP as your desired language from the Code Generation tab of the tool, under any of our endpoints.

Here is an example for the Meeting Create API:

Let me know if this helps!

Best,
Will

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