Force username when entering meeting using browser Zoom app

@zeusstl Good news, I just found out we have this feature!

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.

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)

I will be sure to add this to our docs!

Thanks and hope this helps!