Need to create api which can directly make zoom video call while clicking on video icon beside user name in our website

Need to create api which can directly make zoom video call while clicking on video icon beside username in our website. for example see below snip
image

@dhavalt169.

Happy to help! You will want to make a call to Create a meeting API endpoint, then use the start URL in the response to start the meeting.

start URL returned in API response:

image

@donte.zoom Thanks for the reply.

Let me rephrase my issue, I just want to make instant video call to user given in snip, if I create meeting as a host and add him as a invitee, and use meeting url to call that user instantly, will he get my video call on his zoom app?

If yes, then which method to use after create meeting api call?

@chunsiong.zoom @dhavalt169 @donte.zoom
Any update on the above requirement?

Hi, @dhavalt169 ,

Please see the answer to your question here:

Additionally,

Donte