Через реестр или конфиг храма
/etc/opt/chrome/policies/managed/test_policy.json
{
"AudioCaptureAllowedUrls":["http://[*.]mysite.ru/"],
"VideoCaptureAllowedUrls":["http://[*.]mysite.ru/"]
}
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://[*.]mysite.ru/"
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\VideoCaptureAllowedUrls]
"1"="http://[*.]mysite.ru/"