Browse Source

Merge pull request #114 from bill-auger/master

fix typos - syntax errors in config.js example
master
bgrozev 11 years ago
parent
commit
e6961ef62d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      INSTALL.md

+ 2
- 2
INSTALL.md View File

@@ -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
 };

Loading…
Cancel
Save