Skip to main content

Zoom

Zoom is the most widely used video platform in coaching communities and the first platform integrated into the coaching platform. This page covers what each Zoom plan offers for recording and transcription, and how it connects to the coaching platform.


Plans

FeatureFreeProBusiness
Price (AUD, monthly)$0A$25.99/userA$33.32/user (billed annually)
Meeting duration40 minutes30 hours30 hours
Cloud recordingNoYesYes
Local recordingYes (MP4)Yes (MP4)Yes (MP4)
Cloud transcriptionNoYes (VTT)Yes (VTT)
Cloud storageNone10 GB10 GB (pooled)
API accessNoYesYes
WebhooksNoYesYes
Zoom Free does not include cloud recording or transcription

Coaches on Zoom Free get local recording only, an MP4 file saved to their computer with no transcript. The coaching platform's Zoom integration requires Zoom Pro or higher for cloud recording access.

If you are on Zoom Free, you can still use the coaching platform. Import your local MP4 via Staging and follow the transcription guide to produce a VTT file for AI features.


Recording

Zoom Pro and above save cloud recordings as MP4 files. Each recording is typically 150–250 MB for a one-hour session, depending on resolution and whether video is active.

Storage limits

Zoom Pro includes 10 GB of cloud storage. At roughly 200 MB per session, this is approximately 50 recorded sessions. Once storage is full, Zoom blocks new cloud recordings and prompts you to either upgrade your plan or delete older recordings.

Additional cloud storage can be purchased separately:

StorageMonthly cost
25 GBA$60
100 GBA$225
500 GBA$1,125

Download process

  1. Sign in to the Zoom web portal
  2. Navigate to Recordings > Cloud Recordings
  3. Find the meeting and click the download icon
  4. Each recording includes separate files: video (MP4), audio-only (M4A), and transcript (VTT)

Transcription

Zoom cloud recordings on Pro and above include a VTT (WebVTT) transcript file with:

  • Speaker names attributed to each segment
  • Timestamps for every utterance
  • Standard VTT format compatible with the coaching platform

This is the format the coaching platform uses for session review, talk-time analytics, ICF competency tagging, and AI assessment. No conversion is needed.

Example

WEBVTT

1
00:00:04.000 --> 00:00:08.960
Andy Reid: Tell me about your goal for today.

2
00:00:09.200 --> 00:00:14.400
Jane Smith: I want to work on my confidence in team meetings.

API and integration

Zoom provides a mature developer ecosystem through the Zoom App Marketplace:

  • OAuth app creation is free. No marketplace fees for user-managed apps
  • Recording fetch API retrieves cloud recordings including MP4, M4A, and VTT files
  • Webhook events (recording.completed) notify the coaching platform the moment a cloud recording is ready
  • No per-call metering. API usage is included with your Zoom plan

The coaching platform uses this API for:

  • All editions: Manual recording fetch from Zoom Cloud via OAuth
  • Server and K8s editions: Automatic staging via webhook when meetings end (requires a Cloudflare Tunnel)

For setup instructions, see Zoom integration setup.


What this means for the coaching platform

Zoom planWhat works
Pro or higherFull Zoom integration. Fetch recordings and VTT transcripts directly into sessions. Auto-staging on Server/K8s editions via webhook. All AI features available.
FreeImport local MP4 via Staging. Produce a VTT using the transcription guide for AI features. Core features (sessions, ICF tracking, development) work without a transcript.

Data freshness

Pricing and features were researched in March 2026. Zoom plans change frequently.