feat: Enables by default tab sharing for chrome.

pull/1172/head
Boris Grozev 9 years ago
parent f72e7ffbc2
commit 142f6e4518
  1. 2
      config.js

@ -26,7 +26,7 @@ var config = { // eslint-disable-line no-unused-vars
desktopSharingChromeExtId: 'diibjkoicjeejcmhdnailmkgecihlobk',
// The media sources to use when using screen sharing with the Chrome
// extension.
desktopSharingChromeSources: ['screen', 'window'],
desktopSharingChromeSources: ['screen', 'window', 'tab'],
// Required version of Chrome extension
desktopSharingChromeMinExtVersion: '0.1',

Loading…
Cancel
Save