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?
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 (1)
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.