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

# Google Meet

> Auto-ingest Google Meet recordings into ClosedLoop AI. Every demo, customer call, and user interview becomes scored product insights, no bot required.

Connect Google Meet to ClosedLoop AI and your customer meetings become a continuous source of product intelligence. The AI automatically distinguishes customer-facing calls from internal meetings, extracts product insights, and scores them by business impact.

## What Gets Imported

| Data                | Description                                    |
| ------------------- | ---------------------------------------------- |
| Meeting transcripts | Full conversation text from Google Meet        |
| Conference records  | Meeting metadata from Google Meet API          |
| Participant info    | Attendee names, emails, and roles              |
| Call classification | Automatic internal vs. customer call detection |

<Tip>ClosedLoop AI automatically classifies meetings as internal, customer, or unknown based on your team's configured vendor domains. Customer-facing meetings are prioritized for analysis.</Tip>

## Connection Method

Google Meet uses **OAuth 2.0** authentication. You authorize ClosedLoop AI to access your Google Meet data at the team level.

## Setup Guide

<AccordionGroup>
  <Accordion icon="plug" title="Step 1: Connect your Google account">
    1. In ClosedLoop AI, navigate to **Integrations** in your dashboard
    2. Find **Google Meet** in the integrations list and click **Connect**
    3. You'll be redirected to Google's authorization page
    4. Sign in with your Google account
    5. Review the permissions and click **Allow**
    6. You'll be redirected back to ClosedLoop AI. The integration is now active
  </Accordion>

  <Accordion icon="globe" title="Step 2: Configure vendor domains">
    For accurate call classification, add your company's email domains:

    1. Go to **Settings** → **Team** → **Website**
    2. Enter your company website (e.g., `https://yourcompany.com`)
    3. ClosedLoop AI automatically extracts the domain for internal vs. external participant identification

    This ensures meetings with external participants are correctly flagged as customer calls.
  </Accordion>
</AccordionGroup>

## OAuth Scopes

ClosedLoop AI requests the following Google scopes:

| Scope                     | Purpose                                   |
| ------------------------- | ----------------------------------------- |
| `meetings.space.readonly` | Access Google Meet conference records     |
| `calendar.readonly`       | Read calendar events to identify meetings |
| `userinfo.email`          | Identify the connected Google account     |
| `userinfo.profile`        | Read basic profile information            |

## Configuration

* **Sync frequency**: Meetings are imported automatically
* **Call classification**: Based on vendor domains (configurable in team settings)
* **Token refresh**: OAuth tokens are automatically refreshed before expiration

## What to Expect

Once connected, ClosedLoop AI will:

1. **Import meeting records** via the Google Meet API
2. **Classify each meeting** as internal, customer, or unknown
3. **Analyze transcripts** using AI to extract product insights, scored by business impact
4. **Surface intelligence** in your dashboard and via MCP, alongside data from all other sources

Meetings are automatically processed shortly after completion.

<Card title="Connect Google Meet" icon="plug" href="https://app.closedloop.sh/integrations">
  Set up your Google Meet integration in the ClosedLoop AI dashboard
</Card>
