0

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!

Patrick Hofman
  • 153,850
  • 22
  • 249
  • 325
Stephen Collins
  • 426
  • 5
  • 15

1 Answers1

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+

Community
  • 1
  • 1
MC10
  • 552
  • 1
  • 12
  • 26