Email Required Meetings
Enable bots to join email-required Zoom meetings and webinars.
Certain Zoom meetings and webinars require an email in order to join.
If a Zoom bot attempts to join one of these calls and isn't configured with an email, it will produce a fatal
error with the following sub code: zoom_email_required
.
Configuring an email
To enable bots to join email-required meetings and webinars, you can provide a user_email
in the zoom
configuration object of your Create Bot request:
{
"zoom": {
"user_email": "[email protected]"
},
}
If the meeting or webinar requires registration, this email does not have to match the email of the user that registered. You can use any email address.
Bot Support
Bot type | Supported? |
---|---|
Zoom Web (default) | ✅ |
Zoom Native | ❌ |
Updated 4 months ago