diff --git a/config.js b/config.js index ba78935f4..f46b736f8 100644 --- a/config.js +++ b/config.js @@ -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',