The zoom desktop client is a heavy app under Linux.
If you want someone to join your meeting without installing the Zoom app, you can send them a join link for the Web Client.
You can use our Web Client as the join_url without leaving the website by replacing /j/ with /wc/.
https://zoom.us/wc/{meetingID}/join
If you like to join with having the user type in their names you can base64 their names at the end of the url.
https://zoom.us/wc/{meetingID}/join?prefer=1&un={base64-firstname-lastname}
Make sure that you’ve also enabled the
Join From Your Browser link
Reference:
Launch Zoom Web App client without direct.