I had the same issue, and ChatGPT helped me solve it. Here's what I did:
Got it — since the “Microsoft Teams Audio” device isn’t showing up in System Settings → Sound and your default mic is set correctly, the issue is likely that FaceTime (or another app) has cached it internally or that the phantom driver is still present in the system but hidden from this panel.
Here’s what I’d do next to rule out and clear the hidden remnants:
Check in Audio MIDI Setup
- Open Applications → Utilities → Audio MIDI Setup.
- Look in the left column for any “Microsoft Teams Audio” or similar virtual devices (they sometimes only appear here).
- If found, select it → click the – (minus) button to remove.
Inspect the HAL driver folder
- In Finder, press Shift+Cmd+G and go to:
/Library/Audio/Plug-Ins/HAL/
- Look for any folder named MSTeamsAudioDevice.driver or anything with “Teams” in the name.
- If you find it, move it to the Trash (or a backup folder), then restart your Mac.
Clear FaceTime’s device cache
- Quit FaceTime completely.
- In Finder, press Shift+Cmd+G and go to:
~/Library/Preferences/
- Look for com.apple.FaceTime.plist and move it to the Desktop (this will reset FaceTime’s preferences).
- Reopen FaceTime, sign in again, and recheck mic selection.
Restart CoreAudio
sudo killall coreaudiod
- Enter your password. This restarts the audio service without needing a full reboot.
If after all that the Teams device never appears in Audio MIDI Setup or HAL but FaceTime still behaves as if it’s there, then we’re dealing with a per-app preference issue, not a system audio one — meaning FaceTime is remembering an old input ID that no longer exists. Resetting its preferences (step 3) usually fixes that.