Will Windows 10 store applications support getUserMedia() ? I'm currently trying to create a Windows 8.1 application with JavaScript and HTML5 and it does not support the function. Thanks!
Asked
Active
Viewed 142 times
0
-
possible duplicate of [How to access webcam via Internet Explorer (11)?](http://stackoverflow.com/questions/24676240/how-to-access-webcam-via-internet-explorer-11) – Patrick Hofman Jul 17 '15 at 15:19
-
Windows 10 used IE11. The dup answers your question. – Patrick Hofman Jul 17 '15 at 15:19
-
So Windows 10 runs on IE11? – Stephen Collins Jul 17 '15 at 15:23
1 Answers
1
It is not supported in IE but is Available for preview.
Update: It is now supported in Microsoft Edge.
Provides access to the user's local audio and video input/output devices (getUserMedia API).
Unprefixed version:Microsoft Edge build 10240+