

The “End Meeting” button is clicked after the scheduled meeting time. Are you ending the meeting after the scheduled time? Once the meeting is ended, and then deleted, the cancellation email should not be sent. Another person P3 with a computer uses the start_url of meeting 123456789 and is able to start the meeting.After their discussion, person P1 ends the meeting for all (not the “Leave meeting”).Another person P2 with a computer uses the join_url and joins the meeting.Now, a person P1 with a computer uses the start_url and the meeting starts.A meeting is created using API /users/xyz, lets say the meeting id is 123456789 and has start_url and join_url.A custCreate user is created, lets say the id is xyz.I’ll try to explain my understanding using a sequence of steps:ĪPI calls are being made using JWT auth (Zoom ISV account) Note that users do not need to be authenticated to start / join meetings. I don’t seem to understand the behaviour of the one-time use meeting ids when I try them out. Related to one time use meetings… What do you mean by one time meetings? Perhaps, we have a different understanding of one time meetings. Update meeting - PATCH /meetings/:meetingIdĭelete meeting - DELETE /meetings/:meetingId When deleting a meeting, what settings need to be present to stop email notifications from zoom to this host user’s email address?Ĭreate meeting - POST /users/:userId/meetings.Is there an API / a workflow to create a one-time use meeting ID / URL.However, an email gets sent to the host saying that the meeting is cancelled by “… ISV”. Delete the meeting after the meeting is complete by listening to the event “meeting.ended” (webhooks).However, the host is able to still start the meeting using old meeting url. Once the meeting is over, the host user must not be able to start the meeting using start_url The idea is create one time use meetings. When the host starts and ends a meeting, the meeting id / url must not be reusable. All users are created using “custCreate” action.
