Browse Source

feat: Enables by default tab sharing for chrome.

j8
Boris Grozev 9 years ago
parent
commit
142f6e4518
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.js

+ 1
- 1
config.js View File

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

Loading…
Cancel
Save