
getUserMedia returns NotFoundError on one macbook, but on another works fine
navigator.mediaDevices.getUserMedia({ audio: true }) returns NotFoundError in FireFox Desktop for MacOS.
but on another macbooks it works fine. what's wrong?
Chosen solution
Does Firefox have microphone permission in MacOS's app permissions? I would guess it does if Firefox can enumerate the audio input devices, or maybe that doesn't prove Firefox has access.
Read this answer in context 👍 0All Replies (2)
Chosen Solution
Does Firefox have microphone permission in MacOS's app permissions? I would guess it does if Firefox can enumerate the audio input devices, or maybe that doesn't prove Firefox has access.
This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.