Is it possible to pass a user's firstName and lastName in the header to join a Zoom meeting as a Guest?

So that a guest user does not need to manually populate the Guest pop-up window

ie)

https://URL/j/PMI?firstName=Kevin&lastName=Nivek

Is this possible?

TIA!

Hi @kevin

You can consider using this url to pass a default username. Be sure to include the prefer=1 param and base64encode the username in the un param.
URL: https://zoom.us/wc/{MeetingID}/join?prefer=1&un={Base64EncodedUsername}

So the final url would look like https://zoom.us/wc/123456789/join?prefer=1&un=em9vbQ==

Zoom is em9vbQ== in base64. Visit this link for more information https://www.base64encode.org/

Does that help resolve your issue?

Thanks,
Ojus

That worked. Is a base64encode a requirement?

Thanks!

Hi @kevin,

The username query param base64 decodes to show the name in the Zoom Video. So if you don’t base64 encode the username field, the name (in the above example Zoom), would show up instead of em9vbQ==.

Let me know if you have any additional questions.

Thanks

Thanks @ojus.zoom

What does /wc/ signify? Notice that the user loads the room under HTML5 in browser, is it possible to force an add-in to open?

Hi,

The WC means web client. We use it to force joining meeting via browser instead of native app .

Does that answer your question?

Thanks!

Thank you, if we did not want to use the web client? how can we force the use of the native app?

Hi @kevin,

Currently its not possible to force open the desktop client.

Thanks

@ojus.zoom apparently this no longer works, did parameters change on Zoom?

We’re seeing the Sign In window appear instead.

Hey @kevin,

Sign in is now required for the Zoom Web Client.

Thanks,
Tommy

@tommy even for Guests? The idea behind using the wc + base64encode a user is so that they wouldn’t have to ‘sign’ in. Is there a workaround?

Also, when was this change implemented? How can we learn of such changes prior?

TIA

Hey @kevin,

Even for guests. This was changed over the weekend.

For more questions about the Zoom Web Client, please reach out to support.zoom.us as it is not apart of the Zoom Developer Platform.

Thanks,
Tommy