|
|
@@ -1,10 +1,9 @@
|
|
1
|
1
|
var config = {
|
|
2
|
2
|
hosts: {
|
|
3
|
|
- domain: 'hristo.jitsi.net',
|
|
|
3
|
+ domain: 'jitsi-meet.example.com',
|
|
4
|
4
|
//anonymousdomain: 'guest.example.com',
|
|
5
|
|
-// anonymousdomain: 'guest.hristo.jitsi.net',
|
|
6
|
|
- muc: 'conference.hristo.jitsi.net', // FIXME: use XEP-0030
|
|
7
|
|
- bridge: 'jitsi-videobridge.hristo.jitsi.net', // FIXME: use XEP-0030
|
|
|
5
|
+ muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
|
|
|
6
|
+ bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
|
|
8
|
7
|
//jirecon: 'jirecon.jitsi-meet.example.com',
|
|
9
|
8
|
//call_control: 'callcontrol.jitsi-meet.example.com',
|
|
10
|
9
|
//focus: 'focus.jitsi-meet.example.com' - defaults to 'focus.jitsi-meet.example.com'
|
|
|
@@ -13,12 +12,11 @@ var config = {
|
|
13
|
12
|
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
|
14
|
13
|
// useIPv6: true, // ipv6 support. use at your own risk
|
|
15
|
14
|
useNicks: false,
|
|
16
|
|
- bosh: '//hristo.jitsi.net/http-bind', // FIXME: use xep-0156 for that
|
|
|
15
|
+ bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
|
|
17
|
16
|
clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
|
|
18
|
17
|
//focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
|
|
19
|
|
- defaultSipNumber: '123', // Default SIP number
|
|
|
18
|
+ //defaultSipNumber: '', // Default SIP number
|
|
20
|
19
|
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
|
21
|
|
-// resolution: "1080",
|
|
22
|
20
|
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
|
23
|
21
|
desktopSharingSources: ['screen', 'window'],
|
|
24
|
22
|
minChromeExtVersion: '0.1', // Required version of Chrome extension
|
|
|
@@ -28,9 +26,9 @@ var config = {
|
|
28
|
26
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
|
29
|
27
|
adaptiveLastN: false,
|
|
30
|
28
|
adaptiveSimulcast: false,
|
|
31
|
|
- useRtcpMux: false,
|
|
32
|
|
- useBundle: false,
|
|
33
|
|
- enableRecording: true,
|
|
|
29
|
+ useRtcpMux: true,
|
|
|
30
|
+ useBundle: true,
|
|
|
31
|
+ enableRecording: false,
|
|
34
|
32
|
enableWelcomePage: true,
|
|
35
|
33
|
enableSimulcast: false,
|
|
36
|
34
|
enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus
|