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

preview_player
Показать описание
Zoom is a platform that is used for teleconferencing, telecommuting, distance education, etc. It is popular among people for online conferences, meetings, webinars, and other stuff.

Recently I was working on a client project where I needed to interact with the Zoom API. In the application, we implemented a lot of stuff using Zoom API like Accounts, Billing, Meetings, Groups, Reports, Rooms, etc. Though we did a lot of stuff using the Zoom API, this video will focus on how to create a meeting using Zoom API and PHP.

Рекомендации по теме
Комментарии
Автор

Great tutorial. We followed it step by step and it worked like charm. Thank you.

NeuroAcademia
Автор

Nice tutorial. Thank you for sharing. Do you know if it is possible to create breakout rooms using the API?

tonybautista
Автор

nice tutorial. code working perfectly.

rdmspeed
Автор

Nice tutorial. I have one query. is there one Zoom API can meeting host shield and un-shield other participants? meeting will invisible for this participant

sinlyleo
Автор

hola muy buen tutorial, si deseo agregar otro usuario a la Reunión como seria y otra pregunta si este usuario no existe en zoom como se agregaría a un anfitrión, si me pueden ayudar se los agradecería, muchas gracias

yefersonlemus
Автор

Hi, great tutorial, can you guide me or some example i need to get the list of participants of meeting.

jarivas
Автор

One issue I couldn't resolve. The password which I get after creating a meeting isn't 123456 but a random long hex string.

avinash_
Автор

I am trying to integrate the Web SDK of zoom to host and join meeting through our website. I can see that join meeting is working from web sdk if I provide the Meeting ID and Password generated from my Mac Zoom Application, but I am wondering how can I host the meeting through our website as well?

We want Host to Create the meeting and then start the meeting through our website only, is it possible?

We also want that Host to be considered from Application’s Account. We don’t want them to login to their Zoom Account out of the website and then Start the meeting. We want everything to happen in our website and from our Zoom account.

Hemant.Sharma
Автор

bro, im new in this, but how its its in a hosting ?

richter
Автор

Sir how to create multiple meeting by adding user

supermusicno
Автор

I have a educational website, where some user as a teacher and some user as a student. Then how can teacher create a meeting with students as a host with this single oauth account?

rajeshmondal
Автор

please tell how to join a meeting.... by using code

leichilhosting
Автор

Hello Sir, If I have not log in into Zoom and try to create a meeting it
showing error.[Invalid client id]
Please help as soon as possible.Thanks sir.

sancharide
Автор

I got an error message:
Empty scope (the client doesn’t have any scope) (4, 700)

don’t really know why.

izadoraferreira
Автор

Fatal error: Uncaught Error: Class 'GuzzleHttp\Client' not found in Stack trace: #0 {main} thrown in on line 5
Getting this error please help me .

life-hacks
Автор

With laravel any video api integration Either Zoom or Twillio ?

sufeemymon
Автор

Nice tutorial. I have one query. To get the token Is it mandatory to always login to our zoom account ?

harmindersaini
Автор

Invalid client_id: YOUR_CLIENT_ID (4, 700)
I get error like this when click the link login by zoom
would like help me sir

fredditampubolon
Автор

is this site still working? cause having some issues on opening now. says account suspended

ashishbhardwaj
Автор

delete-meeting.php is not working

what is the error please help me

SpeedCode