Be the first user to complete this post
|
Add to List |
Chromium flag to by pass popup to grant desktop sharing in WebRTC app
The auto-select-desktop-capture-source flag makes Chrome auto-select the provided choice when an extension asks permission to start desktop capture. For instance, following option will automatically select the entire screen in English locales.
chromeOptions: [auto-select-desktop-capture-source="Entire screen"]
Further reading :
Also Read:
- Automated testing of webcam / video feeds in webRTC application
- Chromium flag to by pass the popup to grant media permissions in webRTC