
The script does a little extra to make sure my DISPLAY is set (in case I'm running this from something like the 'at' queue) and to verify that the URL is in the expected format with a regular expression match. Then I just run zoom with the option of a Zoom meeting URL of the format "zoommtg:///join?action=join&confno=&pwd=" The essential part is that the script parses out three fields from a typical Zoom link: The host, the meeting ID, and the hashed password. I run this from my at queue so that meetings just pop up on schedule without touching my browser. I use a simple Bash script on Linux to launch Zoom links. How do I join a zoom meeting without the app You can join the meeting without. If this is your first time joining from Google Chrome, you will be asked to open the Zoom client to join the meeting. Enter your meeting ID provided by the host/organizer.

It should be in %APPDATA%\Zoom\bin\Zoom.exe I figured this out myself when I went down the same path. You can use this same method on Linux (or mac) but you will need to put it into a script or alias it instead. Piece of cake! Use a windows shortcut instead! It's easier and cleaner.
