While joining a meeting through zoom web client, it asks you to enter your name first. Is there any way we could pass a default username through the URL?
We want to launch the meeting from our app and don’t want users to re enter their names in the meeting page again.
Good news, there is a way! Using this url you can pass a default username. Be sure to include the prefer=1 param and base64encode the username in the un param.
I was wondering, Is there any documentation where I can find all the optional params we can pass to the url. For example disable some features in a web client by passing some params? Is it possible?
However we want some mechanism to display the name dynamically (Joining the meeting by including some parameters in URL) as participant. For ex. if want to display the meeting 3rd user name for which meeting is scheduled. We have reference of this user with us in our application.
This is required if we are invoking the zoom meeting call from any desktop web application (from JSP / JS file). We want below kind of popup to be displayed and NOT the above one. Below one we do displayed by calling zoom URL for browser. Launch Application (Zoom software will download and install) .
I meant that, passing the value to ‘un=’ parameter is not working for me on browser. I might be wrong, but when I provide the URL i.e. https://zoom.us/wc/137514579/join?prefer=1&un=TXIuIE1TIFpvb20=, it will give me below message i.e. Meeting not started.
User Name : Mr. MS Zoom
Base 64 : TXIuIE1TIFpvb20=
But when I tried to logged into zoom meeting by using https://zoom.us/j/[MeetingId] then it shows us whether meeting is started OR host is yet to join the same. We are not getting similar behavior for above methodology.
But in mine case I am getting above message. I have converted users name to BASE64 format and passed to ‘&un=’ parameter.
Am I doing any mistake with above URL ? Kindly suggest.
It will be really helpful if we get the quick solution for the same.
Hey @tommy is there a way to preset when the session is phone only? If we set preset=1, it seems to assume Web audio, which asks for access to the microphone and shows the audio connection screen overlay, which users need to manually click away. When preset is not set or set to 0, it still prompts for a user name even if username is passed in as base64. E.g.:
https://zoom.us/wc/5121155778/join?prefer=1&un=R2FiZSBGbG9yZXM= —> jumps right into zoom session
https://zoom.us/wc/5121155778/join?prefer=0&un=R2FiZSBGbG9yZXM= —> prompts for user name
https://zoom.us/wc/5121155778/join?un=R2FiZSBGbG9yZXM= —> prompts for user name
I used above solution and that was fine for me. but that time I was using zoom.us . But now I am trying it from my vanity url , and it ask for password and name.Not working.
Obviously, part of the post is missing: I was reporting on no success of setting nickname through the URL, same as user poonam.patil and others? May you please check and advise why this link doesn’t set the name but asks to enter it manually which I want to avoid, obviously.