From 142f6e4518ac4a1d5878760edeccdabec3403bdb Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 29 Nov 2016 11:30:02 -0600 Subject: [PATCH] feat: Enables by default tab sharing for chrome. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',