Created
May 19, 2014 14:29
-
-
Save aantix/7be24dc92328e5b22640 to your computer and use it in GitHub Desktop.
Allow webrtc video policy under http for Chrome (Windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] | |
"AudioCaptureAllowed"=dword:00000001 | |
"VideoCaptureAllowed"=dword:00000001 | |
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AudioCaptureAllowedUrls] | |
"1"="http://[*.]fiveaskfive.com/" | |
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\VideoCaptureAllowedUrls] | |
"1"="http://[*.]fiveaskfive.com/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment