소스 검색

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 년 전
부모
커밋
6d6b5a7917
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3
    3
      config.js
  2. 0
    1
      doc/manual-install.md

+ 3
- 3
config.js 파일 보기

20
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
20
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
21
     //defaultSipNumber: '', // Default SIP number
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
     // The ID of the jidesha extension for Chrome.
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
     // The media sources to use when using screen sharing with the Chrome
27
     // The media sources to use when using screen sharing with the Chrome
28
     // extension.
28
     // extension.
29
     desktopSharingChromeSources: ['screen', 'window', 'tab'],
29
     desktopSharingChromeSources: ['screen', 'window', 'tab'],

+ 0
- 1
doc/manual-install.md 파일 보기

171
     },
171
     },
172
     useNicks: false,
172
     useNicks: false,
173
     bosh: '//jitsi.example.com/http-bind', // FIXME: use xep-0156 for that
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
     //chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
174
     //chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
176
     //minChromeExtVersion: '0.1' // Required version of Chrome extension
175
     //minChromeExtVersion: '0.1' // Required version of Chrome extension
177
 };
176
 };

Loading…
취소
저장