Bypassing name entry with the join_url

Hey @edwinthinks,

Correct, our Web SDK and Zoom Web Client have limited browser support outside Chrome.

Joining the meeting via the join_url that registrants get will populate their names in the Zoom Native Client/App.

To prevent sending emails to registrants, you can update your meeting and pass in false for "registrants_confirmation_email".

{
  "settings": {
    "registrants_confirmation_email": true
   }
}

Thanks,
Tommy