Instance meeting join link expiration

Description
We create meetings through the create-meeting API.
In response, we get join_url property.
Is it possible for the host to join the meeting after for example a week?
Thanks,

Error
N/A

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
/users/me/meetings

How To Reproduce (If applicable)
N/A

Screenshots (If applicable)
N/A

Additional context
N/A

Hey @michael.solomon,

The join_url never expires. Only the start_url, which can be refreshed by calling the Get Meeting endpoint.

Thanks,
Tommy

Thanks @tommy

  1. What’s the expiration policy of the start url? (couldn’t find in the docs…
  2. Does meeting can expire? Like can I create a meeting via API and join it after a month?

Hey @michael.solomon,

The expiration policy is listed here: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

Meetings only expire after they are ended or after the end time of a scheduled meeting

Thanks,
Tommy

Thanks,
I read the create meeting docs, it says nothing about the join_url.
If the someone enter the meeting with the join link of an instant meeting after a month, the meeting will start?

Hey @michael.solomon,

The join_url does not expire, only the start_url.

The meeting would need to be started first, and then yes the join_link will work.

Thanks,
Tommy

Thanks,
If the meeting creator is enter to the meeting through the join_url it will start the meeting?

Hey @michael.solomon,

If the meeting creator is logged in yes. Otherwise there is no way for Zoom to know that person is the creator.

I suggest having the creator use the start_url.

Thanks,
Tommy

1 Like

Hi, however, I did created a Instance meeting through Web App (using New Meeting button), it is NOT expired after meeting end. Not sure why?

TT

Hey @thomastong1,

The meeting will expire after it ends in a number of minutes.

Thanks,
Tommy