|
@@ -13,6 +13,7 @@ var config = {
|
13
|
13
|
bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
|
14
|
14
|
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
15
|
15
|
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
|
16
|
+ desktopSharingSources: ['screen', 'window'],
|
16
|
17
|
minChromeExtVersion: '0.1', // Required version of Chrome extension
|
17
|
18
|
enableRtpStats: true, // Enables RTP stats processing
|
18
|
19
|
openSctp: true, // Toggle to enable/disable SCTP channels
|