Zoom Webinars & Registration-Required Meetings

Recall supports sending bots to registration-required Zoom meetings and webinars.

Few things to note:

  • This feature is only supported by web bots
  • For Webinars, bots must be added as a panelist

When calling the Create Bot api, you should ensure:

  • The meeting URL contains the tk parameter. This parameter is automatically generated by zoom for all webinar and registration-required meetings
  • The zoom.user_email field is set
    • Note: This email does not have to match the email that was registered for the event. For simplicity's sake, you can provide a hard-coded email address such as [email protected]
    • This can be provided regardless of whether the meeting is a registration-required Zoom meeting or not
{
  "meeting_url": "meeting_url", // Includes `tk` param
  "zoom": {
    "user_email": "[email protected]"
  }
}