소스 검색

Merge pull request #114 from bill-auger/master

fix typos - syntax errors in config.js example
j8
bgrozev 11 년 전
부모
커밋
e6961ef62d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      INSTALL.md

+ 2
- 2
INSTALL.md 파일 보기

@@ -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…
취소
저장