What Zoom can actually see in an interview

On April 1, 2020, Zoom’s CEO Eric Yuan published a message to users that included a line worth remembering six years later: “Permanently removed the attendee attention tracker feature.” Zoom used to tell a host when your Zoom window lost focus for more than 30 seconds. It doesn’t anymore, and it hasn’t since 2020.

I bring this up because a large amount of the advice about using an AI assistant in a Zoom interview is still written as though attention tracking exists. It doesn’t. But people then overcorrect into the opposite error, assuming that because Zoom stopped watching your window focus it can’t see anything at all. The truth sits between those, and Zoom behaves differently from Google Meet in ways that matter.

Zoom is a native app, and that changes the problem

Google Meet runs in a browser tab. Zoom, for most interviews, runs as a native desktop client. That difference reshapes what you’re defending against.

With Meet, the risk is that your assistant lives inside the same Chrome window you’re being asked to share. With Zoom, the browser is usually out of the picture entirely, so the question becomes narrower and more technical: when Zoom asks the operating system for a capture stream, does your assistant’s window appear in the frames the OS hands back?

Both desktop operating systems let an application opt out of that stream. On Windows it’s SetWindowDisplayAffinity with WDA_EXCLUDEFROMCAPTURE. On macOS it’s NSWindow.sharingType set to none, which ScreenCaptureKit respects. The window still draws on your physical display. It just isn’t in the pixels that leave your machine. Craqly’s main process makes this call through Electron’s setContentProtection(true) when the assistant window is created.

So Zoom isn’t detecting anything. It’s receiving whatever the compositor gives it, and a window with the exclusion flag set isn’t in there.

Can Zoom tell you’re using an AI assistant?

No. Zoom cannot inspect the software running on your computer. It has no process enumeration, no filesystem access beyond what you give it, and since 2020 no attention tracking. The only route by which an assistant becomes visible in a Zoom interview is the capture stream you chose to share.

Three caveats, because “Zoom can’t see it” is narrower than it sounds:

  • Recording changes the timeline, not the visibility. A recorded Zoom interview captures exactly what was in the shared stream. If the overlay wasn’t visible live, it isn’t in the recording either. If it was visible, you’ve now created a permanent artifact that someone can review a week later.
  • The device may report even when Zoom doesn’t. If you’re interviewing on a laptop managed by your current employer, endpoint software on that machine can absolutely enumerate running processes. Zoom’s limitations say nothing about your IT department’s.
  • Coding rounds usually leave Zoom. Zoom is often just the video channel while the actual assessment runs on a proctored platform in a browser. That platform has its own logging for tab switches, focus changes, and paste events, and window exclusion does nothing about any of it.

The macOS permission problem specifically

This is the part I’d flag hardest for Zoom users on a Mac, because it’s where I’ve seen the most confusion.

Apple has tightened screen capture permissions repeatedly across recent macOS releases. Each tightening has, at various points, broken window exclusion for some applications on some hardware until those applications shipped an update. The failure mode is quiet. Nothing errors. The overlay simply starts appearing in captures where it previously didn’t.

I genuinely don’t know how the next macOS release will behave, and neither does anyone selling you a tool. What I’d say is that treating capture exclusion as a permanent property of software is the mistake. It’s a request to the operating system, and the operating system’s answer changes between versions.

A comparison worth internalizing

Setup Hidden from Zoom screen share Notes
Chrome extension assistant No, if you share full screen Extensions can’t request OS capture exclusion at all
Second monitor, not shared Yes, until asked to share the other screen Works, but entirely dependent on what you’re asked to share
Phone or tablet beside the laptop Yes on screen, no on camera The eye movement is the giveaway, not the software
Native app with exclusion set Yes, on a supported OS version Retest after every OS update

The failure that isn’t technical at all

Every conversation about this fixates on the screen and skips the camera. In a Zoom interview you’re framed head and shoulders, and your eyes are the highest-bandwidth signal in the call.

Reading off a panel produces a recognizable shape. A pause, a horizontal eye track, then an answer noticeably more fluent than the reasoning that led into it. Interviewers running four or five calls a week pick this up without necessarily being able to name it, and it lands in the feedback form as “answers felt rehearsed” or “couldn’t go deeper on follow-ups.”

The follow-up is where it actually falls apart. A crisp answer invites a specific probe, and if you delivered a definition you read three seconds earlier, there’s nothing underneath it to probe. That reads as a competence problem rather than a tooling problem, which is considerably worse for you.

Which is the honest limit of all of this. Capture exclusion solves a narrow problem cleanly. It does nothing for the broad one. The tool has to reinforce what you already know rather than stand in for it.

Test it before it matters

Zoom makes this easy because you can host a meeting alone.

  1. Start a Zoom meeting with just yourself.
  2. Start a local recording, or join a second time from your phone.
  3. Open the assistant so it’s plainly visible on your display.
  4. Share your entire screen, not a single window, because that’s the harder case.
  5. Stop the recording and watch it back, or look at the phone.

If the overlay is in the recording, exclusion isn’t working on your machine today. That’s a five minute check and it beats every product claim, this page included. Do it again after each OS update, since updates are when it silently breaks.

Where Craqly fits

Craqly is a native macOS and Windows app rather than a browser extension, so it can make the exclusion call above, and it does. It picks up the interviewer’s audio through the system loopback path, which means it hears the Zoom call without joining it. No second participant appears in the Zoom participant list, because nothing joined.

Two things I’d rather say up front than bury. Stealth is on every plan including the free Starter tier, which is 20 credits a month with one credit being one minute of live session, specifically so you can run the five minute test above on your own hardware before trusting it. And most employers prohibit undisclosed AI use in interviews, with a 2025 SHRM survey finding a majority of hiring managers would disqualify a candidate over it. Being hidden from a capture stream is a technical fact. It isn’t permission, and those two get treated as the same thing far too often.

Run the Zoom test on your own machine. The free Starter plan includes 20 credits a month with stealth on, and one credit is one minute of live session. Enough to record a solo Zoom call and see how your setup actually behaves.

Download Craqly

Frequently asked questions

Does Zoom still have attention tracking?

No. Zoom permanently removed the attendee attention tracker in April 2020, announced by CEO Eric Yuan. The feature used to notify a host when your Zoom window lost focus for over 30 seconds. It no longer exists in any Zoom plan.

Can a Zoom host see my other applications?

Only what you share. Zoom receives a capture stream for the screen or window you select and has no ability to enumerate processes or inspect installed software. Applications outside that stream are not transmitted to the host.

Will an AI assistant show up in a Zoom recording?

A recording captures the same stream the participants saw. If the assistant was excluded from capture during the call, it is absent from the recording too. If it was visible live, the recording preserves it permanently and can be reviewed later.

Does an AI assistant join as a Zoom participant?

Only bot-based tools do. Assistants that connect through Zoom’s API join as a visible participant everyone can see. Desktop assistants that capture system audio locally never connect to the meeting, so the participant list is unchanged.

Is a second monitor safer than capture exclusion?

It’s simpler but more brittle. An unshared second monitor works until an interviewer asks you to share the other display, at which point nothing protects you. Capture exclusion applies per window regardless of which screen you share, though it depends on your OS version honoring the request.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top