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

> ## Agent Instructions
> Automate.ax automations are TypeScript programs.
> Use Bun for installation and command examples.
> Use Automate.ax for the product name and automate.ax for the package, CLI, and domain.
> Treat documented public APIs as current; do not invent transitional or deprecated names.

# Google Meet

> Read Google Meet conferences, participants, recordings, transcripts, and smart notes, or react as those resources change.

## Exports

```ts theme={null}
import {
  googleMeet,
  googleAccount,
  getGoogleMeetApi,
} from "automate.ax/google-meet"
```

* `googleMeet` contains the packaged Google Meet actions and triggers.
* `googleAccount("name")` selects a named Google connection.
* `getGoogleMeetApi` creates the authenticated Google Meet API helper for a custom account-backed action.

## Triggers

* [On conference started](/reference/integrations/google-meet/triggers/on-conference-started)
* [On conference ended](/reference/integrations/google-meet/triggers/on-conference-ended)
* [On participant joined](/reference/integrations/google-meet/triggers/on-participant-joined)
* [On participant left](/reference/integrations/google-meet/triggers/on-participant-left)
* [On recording started](/reference/integrations/google-meet/triggers/on-recording-started)
* [On recording ended](/reference/integrations/google-meet/triggers/on-recording-ended)
* [On recording generated](/reference/integrations/google-meet/triggers/on-recording-generated)
* [On transcript started](/reference/integrations/google-meet/triggers/on-transcript-started)
* [On transcript ended](/reference/integrations/google-meet/triggers/on-transcript-ended)
* [On transcript generated](/reference/integrations/google-meet/triggers/on-transcript-generated)
* [On smart note started](/reference/integrations/google-meet/triggers/on-smart-note-started)
* [On smart note ended](/reference/integrations/google-meet/triggers/on-smart-note-ended)
* [On smart note generated](/reference/integrations/google-meet/triggers/on-smart-note-generated)

## Actions

* [Create meeting space](/reference/integrations/google-meet/actions/create-space)
* [Get meeting space](/reference/integrations/google-meet/actions/get-space)
* [Update meeting space](/reference/integrations/google-meet/actions/update-space)
* [End active conference](/reference/integrations/google-meet/actions/end-conference)
* [Get conference record](/reference/integrations/google-meet/actions/get-conference-record)
* [List conference records](/reference/integrations/google-meet/actions/list-conference-records)
* [Get participant](/reference/integrations/google-meet/actions/get-participant)
* [List participants](/reference/integrations/google-meet/actions/list-participants)
* [Get participant session](/reference/integrations/google-meet/actions/get-participant-session)
* [List participant sessions](/reference/integrations/google-meet/actions/list-participant-sessions)
* [Get recording](/reference/integrations/google-meet/actions/get-recording)
* [List recordings](/reference/integrations/google-meet/actions/list-recordings)
* [Get transcript](/reference/integrations/google-meet/actions/get-transcript)
* [List transcripts](/reference/integrations/google-meet/actions/list-transcripts)
* [Get transcript entry](/reference/integrations/google-meet/actions/get-transcript-entry)
* [List transcript entries](/reference/integrations/google-meet/actions/list-transcript-entries)
* [Get smart note](/reference/integrations/google-meet/actions/get-smart-note)
* [List smart notes](/reference/integrations/google-meet/actions/list-smart-notes)
