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