Open apmuthu opened 7 years ago
This scenario should already be accomplished by function canCapture()
on line 600.
I'll investigate a little more though
The WebConsole
in FireFox (CTRL-SHIFT-K
) showed the error and it appears that Line 219
gets executed before Line 600
probably based on order of function calls.
Anyway, my fix solved my issue.
Precede Line 219 in PhotoUploader.js with the following:
Ref: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices