Hey,
So I was inspecting how start button works to launch the zoom desktop client from zoom official website.
zoommtg://zoom.us/start?action=start&confno={meetingId}&sid={userId}&uid={userID}&uname={userName}&stype=100&token={token}&zc=0&mcv=0.92.11227.0929&confid={confId}
This is what I found out.
My use case is I have multiple teachers but I don’t want to share the zoom account credentials with them, I want them to get automatically logged in zoom and start the meeting.
I got all the values except the confId, any way how to generate it?