Merge pull request #114 from bill-auger/master

fix typos - syntax errors in config.js example
This commit is contained in:
bgrozev 2014-09-04 16:51:20 +03:00
commit e6961ef62d
1 changed files with 2 additions and 2 deletions

View File

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