
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?
Gekozen oplossing
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.
Dit antwoord in context lezen 👍 0Alle antwoorden (1)
Gekozen oplossing
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.