Posted on Leave a comment

How to Create a Meeting on Zoom using Zoom API and PHP

In this tutorial, I will show you how to create a meeting with Zoom API using PHP. As you know very well what is zoom and where it will be used.

What is Zoom?

Zoom is used for teleconferencing, telecommuting, distance education, and social relations. It provides video-telephony, online chat. You can share your screen with the other connected users.

During the Coronavirus pandemic, the zoom is mostly used by the companies for meetings and by teachers for distance education. At this time zoom is mostly used as a comparison to Google meet.

Creating zoom account we have to create a Zoom APP in zoom marketplace using the below steps.

1 – Step Sign in

Go to Zoom marketplace (https://marketplace.zoom.us/) and do sign in

2 – Step Build App

Click Develop button on header and select ‘Build App‘ menu.

3 – Create JWT App

Agree this Zoom’s API select JWT this is support server to server intereation without need user clients authorization. Create a JWT app name and basic information like name email deveoper name etc

4 – Intigrate PHP JWT

Download from https://github.com/firebase/php-jwt

Choose the JWT and create an application with the app name that you want.

8 – Edit config.php file

You have to add your ‘API_KEY‘, ‘API_SECRET‘ and ‘EMAIL_ID‘ and save file.

9 – Edit index.php file

On this file you can create your TopicStart DateDuration, after change this file now start test on your local computer or server refresh this path, Now you get like this.

I Hope, now you can integrate the zoom APIs into your project easily. If you don’t understand something in this blog or you got an error in code, You can watch a zoom integration details images which will help you.

Leave a Reply

Your email address will not be published. Required fields are marked *