Is your feature request related to a problem? Please describe.
We have users who are not tech savvy. As such, we would like their participant names automatically set for them when they join a meeting.
Describe the solution you’d like
We’d like a feature implemented similar to what’s discussed in this thread:
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=dG9tbXk=
(tommy is
dG9tbXk=
in base64)
However, we’d like it to be supported to something like:
https://us02web.zoom.us/j/123456789?pwd={{generated password}}&prefer=1&un=dG9tbXk=
If it’s supported on the Web SDK, I’m thinking that it can or should also be supported when using the zoom client.
This way, when we send them this link, and we have a form or database where users area already registered, we can just append this parameter to the URL and each will be given his or her own unique link and their participant name will be automatically set for them.
Additional context
We send our users link generated when creating a scheduled meeting from the Zoom Client like this
JAPAN MUSIC MINISTRY is inviting you to a scheduled Zoom meeting.
Topic: DUMMY MEETING
Time: Feb 17, 2022 07:00 PM Osaka, Sapporo, TokyoJoin Zoom Meeting
https://us02web.zoom.us/j/123456789012?pwd={{generated password}}
Meeting ID: 123 45678 9012
Passcode: testpassword