How to transcribe a meeting without recording it
In Teams you can, because transcription and recording are separate switches: start transcription and no video or audio file is created. In Zoom you largely cannot, because the saved transcript is a by-product of a cloud recording. But the question underneath is usually not about video files at all. It is "can I get the words without leaving a copy of this conversation somewhere". Those are different questions, and only one of them is answered by turning recording off.
Two things people mean by this
The first is practical: no giant video file, no storage quota, no awkward artifact of a meeting where three of you decided a date. The second is about exposure: nothing kept that someone else can pull up later. Every platform answers the first one. Almost none of them answer the second, because the transcript itself is the record.
A Teams transcript created without a recording still lands in the organizer's OneDrive for Business, still carries the tenant's default 120-day expiry, still sits in the meeting chat and the Recap tab, and is still covered by eDiscovery search. You have removed the video and kept the searchable text of everything anyone said, which is arguably the more sensitive half. If that matters to you, the full map is in where Teams meeting transcripts are stored.
What each platform actually does
| Transcript without recording? | What is kept | |
|---|---|---|
| Teams | Yes, separate switch | Transcript file in OneDrive or SharePoint |
| Teams, Copilot only during | Yes, if the policy allows it | Nothing after the meeting, prompts may be retained |
| Zoom | No, the saved transcript needs a cloud recording | Recording plus transcript in Zoom's cloud |
| On-device capture | Yes | A text file on your own Mac |
The Copilot option, and why most people cannot use it
Microsoft does offer a genuinely transient mode. An organizer can set Copilot to Only during the meeting, which runs on speech-to-text processing data that is not saved once the meeting ends. Ask it questions live, get answers live, keep nothing.
The catch is in the admin policy. The default value is On with saved transcript required, and Microsoft is explicit that under that value the organizer's option is fixed at During and after the meeting and cannot be changed. So in a tenant nobody has touched, the private-sounding option is not available to the person running the meeting. Two smaller catches follow it: Copilot prompts and responses may still be retained for compliance under Purview even with recording and transcription off, and turning Copilot off entirely for a meeting also turns off recording and transcription, which is a common reason a transcribe button disappears.
The version where nothing is written down but the text
The only architecture that answers the second question is one where the audio never becomes a file in the first place. That is how I built Parameety, and it is worth being specific about the mechanism rather than claiming a policy.
It captures your Mac's system output through ScreenCaptureKit, converts each buffer to 16 kHz mono, and accumulates it in memory. Nothing is written to disk while the meeting runs. When you stop, that buffer is transcribed on the machine by Parakeet on the Neural Engine, a Markdown transcript is written to ~/Documents/Parameety, and the audio is discarded. There is no recording to delete afterward because there was never a recording, only a buffer. Since it holds the audio in RAM, that design suits a call of about an hour rather than an all-day session.
It is a passive tap on sound your Mac is already playing, so nothing joins the call and nothing appears in the participant list. That also means no notification fires, which brings us to the part that is not a technical problem.
A word on consent
Turning the recording off does not turn the ethics off. Teams tells the room when transcription starts, and some tenants require each participant to consent before being included; capturing on your own machine does neither. This is not legal advice, and the rules vary by where each person is: some places accept one participant consenting, others require everyone to agree first, and on a call spanning countries the strictest rule in the room is the one to work to. Say you are keeping a transcript before you start. It costs a sentence.
About this guide
The platform behavior here is documented behavior from Microsoft and Zoom rather than my own testing, because these are tenant and plan settings I cannot see from outside; defaults are stated as defaults for the same reason. The Parameety description is first-hand, since I wrote it, and I have kept it to what the code does: capture, transcribe, write, discard. If you want the wider picture of capturing a call on a Mac, see how to record a meeting on a Mac, or how to transcribe a Teams meeting for the Teams specifics.
FAQ
- Can I transcribe a Teams meeting without recording it?
- Yes. Recording and transcription are separate switches in Teams, and you can start transcription on its own. The link only runs one way: starting a recording also starts transcription, but starting transcription records nothing. What people miss is that the transcript is still a saved file in the organizer's OneDrive, with the same default 120-day expiry and the same eDiscovery reach as a recording. No video is not the same as nothing kept.
- Can Copilot take meeting notes without recording?
- It can, if the organizer sets Copilot to Only during the meeting, which Microsoft says relies on speech-to-text data that is not saved after the meeting ends. Two catches. The default tenant policy value is On with saved transcript required, and under that value the organizer cannot choose the transient option at all. And Microsoft notes that Copilot prompts and responses may still be retained under your organization's Purview retention policies even when recording and transcription are off.
- Does transcription notify the other participants?
- In Teams, yes. Everyone in the meeting sees a notification when transcription starts, the same as for a recording, and some tenants add an explicit consent step where participants must agree before they can be included. Capturing audio on your own machine fires no notification, which makes telling people your responsibility rather than the platform's.
- Is a transcript treated the same as a recording?
- For storage and compliance, largely yes. Microsoft's expiration setting is worded as recordings and transcripts together, both land in OneDrive or SharePoint, both can carry a retention label, and eDiscovery search covers both. The practical difference is size and sensitivity rather than legal status: a transcript is text, so it is smaller, easier to search, and easier to paste somewhere it should not go.
Try it
Parameety is a one-time $15 purchase with a seven-day free trial, no account and no card up front. It runs entirely on your Mac.
Get Parameety