Create Meeting via Rest API | Community
Skip to main content
Newcomer
July 12, 2024
Solved

Create Meeting via Rest API

  • July 12, 2024
  • 1 reply
  • 4 views

I try to create meeting via rest api with setting meeting invitees, but seem like it not invite anyone from the meeting invitees list into the call when zoom meeting created and no invite when zoom meeting started. I try using type instant meeting and schedule meeting, instant meeting didnt invite anyone, while schedule meeting only send invitation only, not call the user directly

    Best answer by colegs

    @agugus - If you want to invite a user into a meeting, you want to use the "Use in-meeting controls" API and select the "participant.invite" method.

    1 reply

    colegsAnswer
    Community Champion | Employee
    July 12, 2024

    @agugus - If you want to invite a user into a meeting, you want to use the "Use in-meeting controls" API and select the "participant.invite" method.

    agugusAuthor
    Newcomer
    July 17, 2024

    as per create meeting api, it only generate start url and required human to click link in order to start the meeting, is there any api that can help to start the meeting instant of clicking the start url