|
|
@@ -1,14 +1,14 @@
|
|
1
|
1
|
var config = {
|
|
2
|
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
|
7
|
// getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
|
|
8
|
8
|
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
|
9
|
9
|
// useIPv6: true, // ipv6 support. use at your own risk
|
|
10
|
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
|
12
|
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
|
13
|
13
|
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
|
14
|
14
|
minChromeExtVersion: '0.1', // Required version of Chrome extension
|