Skip to content

Instantly share code, notes, and snippets.

@aantix
Created May 19, 2014 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aantix/7be24dc92328e5b22640 to your computer and use it in GitHub Desktop.
Save aantix/7be24dc92328e5b22640 to your computer and use it in GitHub Desktop.
Allow webrtc video policy under http for Chrome (Windows)
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