Force username when entering meeting using browser Zoom app

Hey Zeusstl,

I believe the only way to accomplish this is with our meetings API:

POST /meetings/{meetingId}/registrants

Docs here: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate

This generates a unique url for the user and sends them an email to join the meeting.

The only catch is the meeting has to be scheduled.
(You can do this from your meetings web dashboard https://zoom.us/meeting)

And the “Registration” setting must be set to “Required”
More about that here https://support.zoom.us/hc/en-us/articles/211579443-Registration-for-Meetings

Let me know if this works and I will let you know if we come out with an editable link based solution to pre-fill / pass by the name field when using the browser.

Thanks!