> ## Documentation Index
> Fetch the complete documentation index at: https://docs.junojourney.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoom

> Use Zoom for virtual events, webinars, and ILT sessions in Juno.

export const FeatureAvailability = ({module, feature}) => {
  const label = feature || module;
  return <Info title="Feature availability">
      {label ? <>This feature requires the <strong>{label}</strong> module. </> : <>This feature may not be enabled for your organization. </>}
      If you don't see it in Juno, contact your administrator.
    </Info>;
};

<FeatureAvailability module="Events" />

## Zoom integration

When creating events in Juno, you can select **Zoom** as the video conference provider. A Zoom meeting is automatically generated and attached to the event.

***

## How it works

1. Admin or content creator creates an event/session
2. Selects **Zoom** as the conference provider
3. A Zoom meeting is generated via the Zoom API
4. The meeting link appears in:
   * The event details in Juno
   * Calendar invitations sent to attendees
   * The host's Zoom account under "Meetings"

***

## Supported event types

Zoom works with all Juno event types:

| Event type   | Zoom usage                                                    |
| ------------ | ------------------------------------------------------------- |
| **Event**    | One or more sessions, each with its own Zoom meeting          |
| **Webinar**  | Single broadcast meeting — Zoom Webinars license recommended  |
| **ILT**      | Instructor-led classroom — host has co-host capabilities      |
| **Workshop** | Multi-session series — each session generates its own meeting |

***

## For attendees

Click the **Join** or **Zoom** link in the event details when the session starts. The link opens the Zoom desktop app or browser — depending on your device.

***

## Requirements

* Your organization must have a Zoom account (Free, Pro, Business, or Enterprise)
* The admin must connect Juno's Zoom integration via OAuth (**Admin → Integrations → Zoom**)
* The connecting user becomes the default host for events created without an explicit host

***

## Recordings

If a Zoom session is recorded (cloud recording enabled), the recording link can be attached back to the event after the session ends — useful for ILT and Workshop catch-up.

***

## Other video providers

Juno also supports:

* [Google Meet](/integrations/google-meet) — for organizations using Google Workspace
* [Microsoft Teams](/integrations/microsoft-teams) — for organizations using Microsoft 365
