Is your feature request related to a problem? Please describe.
Due to Covid-19 our community organizes several meetings a week via Zoom where also elderly people participate. Most of them are not used to work with a PC and a mouse. Thus, we have created an autostarter app in C# which starts the related Zoom Id via the web URL https://zoom.us/j/?pwd=. This then starts the standard web browser which then starts the Zoom client.
The disadvantage of this method is, that depending on the standard browsers, from time to time there comes a popup asking if Zoom can be launched. Even there is an option like “Save this choice” this popup comes again after certain days. And many of our elderly peoples are then not able to start the meeting since they just do not know what to do and how to accept this popup.
Describe the solution you’d like
It would be great having a command line option for the Zoom Desktop client where I can start a meeting providing the meeting Id an passcode as parameters without the need to start a web browser. As an alternative a C# package would help providing a method to start a Zoom meeting.
Perhaps a solution already exists but I was not able to find some.