I'm developing web application which uses Zoom API. In this application users are to be able to go to the specific Zoom meeting. Currently, we are using HTTPS-based links but Zoom provides very low-quality user experience with whose links. How to redirect users to zoomus://
meetings? I found Zoom Documentation such links exist. And found no information about format of those links.
So, the questions I have:
zoomus://
URL-schema linksWhen going via an HTTPS link the web browser then opens a zoommtg:// link which opens the Zoom app. I've not found any documentation for the schema, but looking at the URLs they're of the form:
zoommtg://zoom.us/join?action=join&confno=<number>&pwd=<password>