Merge pull request #1172 from bgrozev/enable-tab-sharing

feat: Enables by default tab sharing for chrome.
This commit is contained in:
Paweł Domas 2016-11-29 14:08:38 -06:00 committed by GitHub
commit 841050953f
1 changed files with 1 additions and 1 deletions

View File

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