Переглянути джерело

feat: Enables by default tab sharing for chrome.

master
Boris Grozev 9 роки тому
джерело
коміт
142f6e4518
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      config.js

+ 1
- 1
config.js Переглянути файл

26
     desktopSharingChromeExtId: 'diibjkoicjeejcmhdnailmkgecihlobk',
26
     desktopSharingChromeExtId: 'diibjkoicjeejcmhdnailmkgecihlobk',
27
     // The media sources to use when using screen sharing with the Chrome
27
     // The media sources to use when using screen sharing with the Chrome
28
     // extension.
28
     // extension.
29
-    desktopSharingChromeSources: ['screen', 'window'],
29
+    desktopSharingChromeSources: ['screen', 'window', 'tab'],
30
     // Required version of Chrome extension
30
     // Required version of Chrome extension
31
     desktopSharingChromeMinExtVersion: '0.1',
31
     desktopSharingChromeMinExtVersion: '0.1',
32
 
32
 

Завантаження…
Відмінити
Зберегти