feat: Enables by default tab sharing for chrome.

This commit is contained in:
Boris Grozev 2016-11-29 11:30:02 -06:00
parent f72e7ffbc2
commit 142f6e4518
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',
// 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',