Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
914 views
in Technique[技术] by (71.8m points)

google chrome - always accept webRTC webcam request

I'm building a web application that uses the computer's webcam via webRTC. The site is only running on one specific machine which will shut down and reboot once a day.

My problem is: how do I get the machine to automatically confirm the webcam dialogue once the site has loaded?

The system is OSX Leopard with the latest Chrome. Thanks already, I'm open for anything.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Firefox : (You have to tell users like..)

  • Go in url about:config

  • Search media.navigator.permission.disabled

  • dbClick or set value to true

Tested version : 23.0 + (and 43.0.4 still working)


Chrome : https://stackoverflow.com/a/16929608/622813 or use HTTPS


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...