0

I'm creating application which uses WebRTC. Application is some kind of videoconference which displays site in fullscreen mode. Is it possible to grant the page automatic access to webcam and microphone? Of course I don't want to made users to do it. I've got IE 11. I saw some sollutions for Chrome: Chrome always allow webcam over http

I can't find anything simillar for IE. Any suggestions?

Community
  • 1
  • 1
was777
  • 1
  • 2

2 Answers2

0

IE is yet to support WebRTC:

https://status.modern.ie/webrtcwebrtcv10api?term=webrtc

While a WebRTC prototype was developed back then with IE10, they stopped supporting it:

http://html5labs.interoperabilitybridges.com/

Apparently, Microsoft is now trying to come up with a different protocol similar to WebRTC:

http://html5labs.interoperabilitybridges.com/prototypes/object-rtc/object-rtc/info

securecodeninja
  • 2,497
  • 3
  • 16
  • 22
0

On IE you just need to to this link: https://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html enter image description here

  1. From the list of Visited Websites, locate yourdomain and click the Always allow radio button.
  2. Close all Internet Explorer windows to save changes.

Solution provided by agsci.psu.edu

Paolo Falomo
  • 427
  • 3
  • 15