Merge pull request #1257 from saghul/ds-options-cleanup

cleanup: Remove default Chrome extension ID
pull/1262/head jitsi-meet_1662
Дамян Минков 8 years ago committed by GitHub
commit f13b2462c8
  1. 6
      config.js
  2. 1
      doc/manual-install.md

@ -20,10 +20,10 @@ var config = { // eslint-disable-line no-unused-vars
//focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
//defaultSipNumber: '', // Default SIP number //defaultSipNumber: '', // Default SIP number
// Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
desktopSharingChromeMethod: 'ext',
// The ID of the jidesha extension for Chrome. // The ID of the jidesha extension for Chrome.
desktopSharingChromeExtId: 'diibjkoicjeejcmhdnailmkgecihlobk', desktopSharingChromeExtId: null,
// Whether desktop sharing should be disabled on Chrome.
desktopSharingChromeDisabled: true,
// 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', 'tab'], desktopSharingChromeSources: ['screen', 'window', 'tab'],

@ -171,7 +171,6 @@ var config = {
}, },
useNicks: false, useNicks: false,
bosh: '//jitsi.example.com/http-bind', // FIXME: use xep-0156 for that bosh: '//jitsi.example.com/http-bind', // FIXME: use xep-0156 for that
desktopSharing: 'false' // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
//chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension //chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
//minChromeExtVersion: '0.1' // Required version of Chrome extension //minChromeExtVersion: '0.1' // Required version of Chrome extension
}; };

Loading…
Cancel
Save