I am trying to create a simple desktop app that stores Zoom Meeting Links and allows users to join Zoom meetings directly with through a Zoom Client without being directed to a browser.
The Zoom URL scheme works fine with a join link that includes the meeting ID and unencrypted password parameters, with this format: Windows/macOS Client - zoommtg://zoom.us/join?confno=123456789&pwd=xxxx
But when I try it with a link that is used to join a webinar with a meeting ID and token parameters, such as one with a format like this: “zoommtg://zoom.us/w/9629xxxx?tk=YMT45-xxxxxxx”, only the Zoom Client is launched and nothing else.
Does the Zoom URL Scheme not work with a link that includes a token parameter?