|
@@ -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'],
|