Search code examples
htmlwindowswindows-10getusermedia

Will Windows 10 store applications support getUserMedia()?


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!


Solution

  • 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+