I’m trying to write a convenience tool that joins a meeting given either a conference ID or a Personal Link Name, identically to how the zoom.us macOS app works via the “Join” dialog. I’d greatly prefer to use the Zoom URL Scheme instead of the https URL. For example, given a user’s personal link like:
https://wherever.zoom.us/my/some.user
I’m trying to construct the equivalent zoommtg URL. But zoommtg only works when the confno URL parameter is a ten-digit numerical ID, not a text personal link name. This doesn’t work:
zoommtg://zoom.us/join?confno=some.user
Is there either a way to invoke the zoommtg URL with a personal link name, or else a way (e.g. Rest API) to look up the ten-digit ID given a personal link name?
Which version?
macOS 4.6.3
To Reproduce
In Terminal, run the following command, replacing “some.user” with a valid personal link name:
Welcome to the Developer Forum. It is possible to use PMI for a meeting with Web SDK, please note that when using PMIs, Web Meeting SDK attendees are not allowed to join meetings before the host. To learn more about ZoomMtg.join() function to Start and Join Zoom Meetings, see our help documentation linked below :