Be the first user to complete this post

  • 0
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:

  1. Automated testing of webcam / video feeds in webRTC application
  2. Chromium flag to by pass the popup to grant media permissions in webRTC