How many kind of meeting invite url?

Description
I’m developing an application which integrates zoom SDK. My app will receive the invitation URL and open the screen to join the meeting. I wonder how many kinds of meeting URLs are there?
Currently, I see that there is only one URL type, such as Launch Meeting - Zoom.
From there, I can parse the meeting ID and the password and use them in zoom SDK easily. But if there are many kinds of URL, I need to check more cases.

Hi @huynq0911,

Thanks for the post. The invitation URL will be in the format of [URL]/j/[meeting_number]?pwd=[password] and currently we only have this type of URL.

Thanks!

2 Likes

Thank for your answer! @carson.zoom

Glad to be helpful. Happy Zooming!

1 Like