Skip to main content

Zoom

Most architectural decisions are not made in writing. They are made in a meeting, and the only artefact is a recording nobody re-watches. Zoom is the connector that closes that gap.

Off by default

Zoom is fully built and shipped as a container image, but connectors.zoom.enabled is false in the chart's default values. On Align Cloud, ask us to enable it. Self-hosting, set the flag - see Configuration.

What it does

  • Post-meeting transcript analysis - when a cloud recording finishes and its transcript is ready, Align analyses it for decisions
  • Discover - scan past recorded meetings for decisions already made
  • Evidence linking - each decision keeps a link back to the meeting and the moment in the transcript

How Zoom differs from every other connector

There is no @align and no /align in Zoom. Capture is transcript-driven: you record the meeting, Align reads the transcript, and it surfaces candidate decisions for review. Nothing enters the graph until a human approves it.

That makes Zoom the one connector where the trigger is "you already recorded this meeting" rather than "somebody typed a command". It is also why it is the highest-yield source for teams whose real decisions happen on calls.

Zoom Team Chat is not supported for real-time capture. Zoom does not emit message events to apps for Team Chat, so there is no chat capture and no chat reactions - only meetings.

Setup

  1. SettingsIntegrationsConnect next to Zoom
  2. Authorise the Align app on your Zoom account
  3. Confirm cloud recording and audio transcript are enabled in your Zoom account settings

Cloud recording with transcription must be on. Align cannot transcribe audio itself, and a local recording never reaches Zoom's API.

OAuth scopes

ScopeWhy
cloud_recording:read:list_user_recordings:adminFind recordings to analyse
cloud_recording:read:list_recording_files:adminLocate the transcript file for a recording
cloud_recording:read:meeting_transcript:adminRead the transcript text

All three are read-only, and all three carry the :admin suffix, which is Zoom's granular scope format. Align does not start, join, record or post to meetings.

Retention

Transcripts fetched during a Discover scan are held in the import batch while the job runs and purged with the job. The decision that comes out of a transcript keeps a link and a short quoted rationale, not the full transcript. See Data Retention for the exact fields and windows.

Evidence captured

  • Meeting link and topic
  • Meeting date and duration
  • Participants
  • The transcript excerpt the decision was drawn from

Next steps