1-1 meetings in a web portal

Description
We would like to know if it is possible to do a 1 to 1 meeting with the exclusive us of the Zoom API in our web portal (PHP based).

The goal is to schedule the meeting between two of our users and use the web sdk tool to make the two users have the meeting, without anyone to host the meeting from the desktop version, but working only with the web api and the sdk web tool.

We already have succesfully integrated in our portal the creation/schedultation of the meetings and the web sdk, but this require a user to host the meeting via the desktop app.

Hi @assistenza,

Thanks for reaching out. Sure you can accomplish this with our APIs and WebSDK.
To get started with our APIs you can refer here[1]. From there you would call the Create a Meeting API to get the meeting ID[2]. To join a meeting from the browser[3], you would need enter in the meeting number then you’ll be able to have a 1:1 chat[4].

1 - https://marketplace.zoom.us/docs/api-reference/using-zoom-apis
2 - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate
3 - https://marketplace.zoom.us/docs/sdk/native-sdks/web
4 - https://marketplace.zoom.us/docs/sdk/native-sdks/web/essential/start-join-meeting

Let us know if you have any other questions.

Thanks

Hi Micheal, i managed to accomplish by creating a meeting with the options “join before host”.
Thanks for the answer.

Hi @assistenza,

No problem, let us know if you need anything else.

Thanks