When a user registers for a password protected meeting they are sent an email with meeting information. Included in that email is a link with a long URL that they can click to join the meeting and bypass entering the password. Is there way a to get that URL from the API?
I’m not talking about the join_url – that connects to the meeting, but still prompts for a password. I want the URL that bypasses
the password. Unless I’m mistaken and the join_url does do that, I’m basing my assertion off of the example on the reference page.