diff --git a/INSTALL.md b/INSTALL.md index 99b3b91cf..3fa1fd3d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -154,8 +154,8 @@ var config = { bridge: 'jitsi-videobridge.jitsi.example.com' }, useNicks: false, - 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. + 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. //chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension //minChromeExtVersion: '0.1' // Required version of Chrome extension };