Explorar el Código

feat: Enables by default tab sharing for chrome.

master
Boris Grozev hace 9 años
padre
commit
142f6e4518
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config.js

+ 1
- 1
config.js Ver fichero

@@ -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…
Cancelar
Guardar