AVAY

How to Onboard a New Hire Using Past Meeting Recordings

21 August 2026

A folder of Zoom recordings is not onboarding material — nobody watches forty hours of video to find the fifteen seconds where the team decided against Mongo. What works is a searchable archive of what was said, so a new hire can type the question and get the answer with the meeting it came from attached. The harder problem is access: that same archive holds calls — comp reviews, a client blowup, a headcount discussion — a week-one hire has no business hearing.

A diagram showing a new hire's question passing through a transcript index, a relevance match, a permission check, and arriving as a cited answer. keyword match relevance ran… access rules citation atta… 1 Question asked typed or spoken 2 Transcript index full call history searched 3 Meeting matched closest relevant call fou… 4 Permission check scoped meetings filtered… 5 Answer returned with meeting and date cit…
How a question finds its answer in the archive

The Recordings Folder Nobody Watches

Every team accumulates the same graveyard: a shared drive with three hundred hours of recordings, sorted by date, searchable only by scrolling. A new hire told to 'check the recordings from before you joined' will open two, maybe three, then give up and ask in Slack — the exact question the recordings already answered.

The cost isn't the storage. It's that the answer exists, encoded in forty minutes of video, and nobody has forty minutes to find fifteen seconds of it. So the same decision gets re-explained, sometimes re-litigated, by whichever senior person happens to be online when the new hire asks.

What Makes an Archive Actually Searchable

The fix isn't better folder structure. It's turning the recording into text that can be queried the way a person actually asks a question — 'why did we pick header-based versioning over URL versioning' — rather than scrubbed like a home movie.

AVAY transcribes every call as it happens, so the searchable layer is the transcript and the running notes, not the raw video file. Ask the question and the answer comes back naming the meeting — API Design Review, March 4 — and the line that settled it, because the index runs over what was said, not over a timeline of pixels.

The Archive Contains Calls a New Hire Shouldn't Hear

This is the part most onboarding advice skips. The same archive that has the API decision also has the call where two engineers were told their project was cut, the one where a client threatened to leave over price, and the quarterly call where a director talked about headcount. None of that should be one search query away from someone in their first week.

A transcript index doesn't know the difference between a design decision and a personnel matter — it indexes what was said, not who should be allowed to ask about it. Access has to be decided upfront, by workspace or by meeting, before a new hire's account can query anything at all. Nothing in the mechanics of search does this for you.

The Practical Shape: Ask, Get Answer, Get the Source

Done right, this looks almost boring. The new hire asks a question out loud or types it, and gets back a short answer with the meeting name, the date and, if they want it, a link to the exact moment in the recording where it was said. No summarising, no paraphrase that drifts from what was actually agreed.

That citation matters more than the answer. A new hire who gets 'we use headers' with no source has to trust it on faith. One who gets 'we use headers — decided in the API Design Review, March 4, because URL versioning broke mobile caching' can check it, disagree with it, or raise it if the reasoning has since changed.

Where a Written Doc Still Beats the Archive

An archive answers a question that's already been asked in some past meeting. It does nothing for the questions nobody's asked yet, and it can't tell a new hire what order to learn things in. A written onboarding doc still earns its place for structure — what to read first, who owns what, where the repo is.

The two aren't competing. The doc goes stale the moment a decision changes; the archive doesn't, because it's just an index of what was actually said, meeting by meeting. Point the doc at the archive for anything that might have shifted, and neither one has to pretend to be complete on its own.

FindabilityStays currentAccess control effort
Folder of recordingsRequires scrubbing hours of video manuallyAccurate but buriedNone — same access as the raw video
Onboarding wiki or docFast if it was written and kept updatedGoes stale within weeksEasy — one doc, one owner
Searchable transcript archiveQuery in plain language, get a cited answerCurrent as the last meetingManual — private meetings must be scoped yourself
Three ways to hand a new hire the team's history
  1. 1 Ask the question The new hire types or says what they need to know, in their own words.
  2. 2 Archive is searched The system checks the transcript index across every past meeting it has access to.
  3. 3 Answer arrives with its source The reply names the meeting, the date, and the person who said it.
  4. 4 New hire checks the clip If the wording still needs context, they open the exact moment in the recording.
What happens when a new hire asks an old question

Common questions

Can a new hire search every past meeting recording?

Not by default, and it shouldn't be. A searchable archive should be scoped the way file permissions are — a new hire gets the engineering and product calls relevant to their team, not the compensation review or the executive call about a missed number. Someone has to decide which workspaces or calls a new hire's account can query before day one, not after.

What if the old meeting was never transcribed?

Then there's nothing to search, and the recording is only as useful as someone's willingness to scrub through it. AVAY transcribes calls as they happen and indexes the transcript, not just the video, which is what lets a plain-language question return an answer instead of a timestamp to guess at.

Isn't a written onboarding doc better than pointing someone at old calls?

For the big picture, yes — a doc gives structure a transcript search never will. But docs go stale the week after they're written, and nobody rewrites them when a decision changes months later. The archive covers the gap between what the doc says and what actually got decided in the meeting the doc was based on.

Does the new hire need to watch the actual video, or is the transcript enough?

Usually the transcript is enough — a name, a date, and the sentence that settled it. Occasionally the tone of a disagreement matters more than the words, and that's when it's worth opening the clip itself rather than trusting the quote alone.

What's the fastest way to break this for a new hire?

Give them access to the whole meeting history on day one without scoping it, and let them stumble into a call that was never meant for them. Search is instant; the judgment about what to expose has to happen before anyone starts searching it.

The short version

A folder of recordings is not onboarding material; a searchable transcript archive with the meeting cited is — but only once someone has decided which calls a new hire's account is actually allowed to search.

Read next

Try it on your next call

AVAY is a video meeting platform that transcribes the call itself — no bot joins, because there is nothing to join. Start one at avay.ai, read how each part works in the documentation, or see what it costs.