Actually we're opening links like:
https://*.my.webex.com/*.my/j.php?MTID=<number>
In browser, and then that webpage opens local webex client installed and joins the meeting.
We need to open that link ( or similar ) without the browser, from command line or programatically in c#. With other VoIP solutions we've an special Uri that can be open for this purpose; for example, in Zoom is:
zoommtg://zoom.us/join?action=join&confno=<number>
Does WebEx client implement something like that? Are there any workaround to achieve what we need?