|
@@ -12,6 +12,7 @@ var config = {
|
12
|
12
|
useNicks: false,
|
13
|
13
|
bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
|
14
|
14
|
clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
|
|
15
|
+ //defaultSipNumber: '', // Default SIP number
|
15
|
16
|
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
16
|
17
|
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
17
|
18
|
desktopSharingSources: ['screen', 'window'],
|