Browse Source

jitsi-meet.example.com domain references in the example config

j8
turint 11 years ago
parent
commit
0c495b3d28
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      config.js

+ 4
- 4
config.js View File

1
 var config = {
1
 var config = {
2
     hosts: {
2
     hosts: {
3
-        domain: 'guest.jit.si',
4
-        muc: 'meet.jit.si', // FIXME: use XEP-0030
5
-        bridge: 'jitsi-videobridge.lambada.jitsi.net' // FIXME: use XEP-0030
3
+        domain: 'jitsi-meet.example.com',
4
+        muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
5
+        bridge: 'jitsi-videobridge.jitsi-meet.example.com' // FIXME: use XEP-0030
6
     },
6
     },
7
 //  getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
7
 //  getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
8
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
8
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
9
 //  useIPv6: true, // ipv6 support. use at your own risk
9
 //  useIPv6: true, // ipv6 support. use at your own risk
10
     useNicks: false,
10
     useNicks: false,
11
-    bosh: '//lambada.jitsi.net/http-bind', // FIXME: use xep-0156 for that
11
+    bosh: '//jitsi-meet.example.com/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.1', // Required version of Chrome extension
14
     minChromeExtVersion: '0.1', // Required version of Chrome extension

Loading…
Cancel
Save