Disable video and audio and clipboad access #4803
Replies: 2 comments 1 reply
-
By default media access should be disabled when using the alloy runtime (the default currently). If you've set any of the media access command line arguments then You should be able to use the
You are enabling media access by using this command line argument, the "0" is always ignored. Same would apply to the other arguments you've listed. If you are using one of the |
Beta Was this translation helpful? Give feedback.
-
Thanks @amaitland i did as you asked but the every time I visit google or the test page (https://webrtc.github.io/test-pages/src/audio-and-video/) kaspersky Internet Security prompts me the CefSharp.BrosererSubprocess is try to access my webcam, |
Beta Was this translation helpful? Give feedback.
-
How to disable webcam and microphone and clipboad access for cefsharp browser.
I tried PermissionHandler but it does not hit in any of the functions.
I test with https://webrtc.github.io/test-pages/src/audio-and-video/
I tried
Beta Was this translation helpful? Give feedback.
All reactions