Просмотр исходного кода

cleanup: Remove default Chrome extension ID

It makes for a bad first-time experience for users, since the desktop sharing
button will be visible, but it will never work.

Also get rid of the now deprecated `desktopSharingChromeMethod` option.
j8
Saúl Ibarra Corretgé 8 лет назад
Родитель
Сommit
6d6b5a7917
2 измененных файлов: 3 добавлений и 4 удалений
  1. 3
    3
      config.js
  2. 0
    1
      doc/manual-install.md

+ 3
- 3
config.js Просмотреть файл

@@ -20,10 +20,10 @@ var config = { // eslint-disable-line no-unused-vars
20 20
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
21 21
     //defaultSipNumber: '', // Default SIP number
22 22
 
23
-    // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
24
-    desktopSharingChromeMethod: 'ext',
25 23
     // The ID of the jidesha extension for Chrome.
26
-    desktopSharingChromeExtId: 'diibjkoicjeejcmhdnailmkgecihlobk',
24
+    desktopSharingChromeExtId: null,
25
+    // Whether desktop sharing should be disabled on Chrome.
26
+    desktopSharingChromeDisabled: true,
27 27
     // The media sources to use when using screen sharing with the Chrome
28 28
     // extension.
29 29
     desktopSharingChromeSources: ['screen', 'window', 'tab'],

+ 0
- 1
doc/manual-install.md Просмотреть файл

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

Загрузка…
Отмена
Сохранить