tommy
(Tommy Gaessler)
November 15, 2019, 5:39pm
2
Hey @rohit ,
How are other users joining via the unique join url that is sent to a user after you approve their registration? Do they have access to that users email?
How are the users getting the same url?
You can change your email settings in a few ways:
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
Or in the meeting or email settings .
Thanks,
Tommy