> ## 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.

# Google Meet

> Use Google Meet for virtual events and 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" />

## Google Meet integration

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

***

## How it works

1. Admin or content creator creates an event/session
2. Selects **Google Meet** as the conference provider
3. A Google Meet link is generated via Google Calendar API
4. The link appears in:
   * The event details in Juno
   * Calendar invitations sent to attendees
   * Your synced Google Calendar event

***

## For attendees

Click the **Join** or **Google Meet** link in the event details when the session starts. The link opens Google Meet in your browser — no additional software needed.

***

## Requirements

* Your organization must have Google Workspace
* The admin must connect Juno's Google Calendar integration
* Users need a Google account to join Meet sessions

***

## Other video providers

Juno also supports:

* [Microsoft Teams](/integrations/microsoft-teams) — for organizations using Microsoft 365
* [Zoom](/integrations/zoom) — for organizations using Zoom
