|
@@ -154,8 +154,8 @@ var config = {
|
154
|
154
|
bridge: 'jitsi-videobridge.jitsi.example.com'
|
155
|
155
|
},
|
156
|
156
|
useNicks: false,
|
157
|
|
- bosh: '//jitsi.example.com/http-bind' // FIXME: use xep-0156 for that
|
158
|
|
- desktopSharing: 'false', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
|
157
|
+ bosh: '//jitsi.example.com/http-bind', // FIXME: use xep-0156 for that
|
|
158
|
+ desktopSharing: 'false' // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
159
|
159
|
//chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
160
|
160
|
//minChromeExtVersion: '0.1' // Required version of Chrome extension
|
161
|
161
|
};
|