Browse Source

Updates extension version.

master
paweldomas 11 years ago
parent
commit
002c984415
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.js

+ 1
- 1
config.js View File

11
     bosh: '//lambada.jitsi.net/http-bind', // FIXME: use xep-0156 for that
11
     bosh: '//lambada.jitsi.net/http-bind', // FIXME: use xep-0156 for that
12
     desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
12
     desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
13
     chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
13
     chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
14
-    minChromeExtVersion: '0.0.8' // Required version of Chrome extension
14
+    minChromeExtVersion: '0.0.10' // Required version of Chrome extension
15
 };
15
 };

Loading…
Cancel
Save