2013-12-16 11:22:23 +00:00
|
|
|
var config = {
|
|
|
|
hosts: {
|
2014-07-04 19:25:44 +00:00
|
|
|
domain: 'jitsi-meet.example.com',
|
2014-08-05 09:13:21 +00:00
|
|
|
//anonymousdomain: 'guest.example.com',
|
2014-07-04 19:25:44 +00:00
|
|
|
muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
|
2014-08-08 13:25:24 +00:00
|
|
|
bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
|
|
|
|
//call_control: 'callcontrol.jitsi-meet.example.com'
|
2013-12-16 11:22:23 +00:00
|
|
|
},
|
2014-01-10 21:06:20 +00:00
|
|
|
// getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
|
2014-01-26 14:43:43 +00:00
|
|
|
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
|
|
|
// useIPv6: true, // ipv6 support. use at your own risk
|
2013-12-16 11:22:23 +00:00
|
|
|
useNicks: false,
|
2014-07-04 19:25:44 +00:00
|
|
|
bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
|
2014-09-25 10:17:34 +00:00
|
|
|
clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
|
2014-09-25 13:51:28 +00:00
|
|
|
//defaultSipNumber: '', // Default SIP number
|
2014-03-17 13:00:47 +00:00
|
|
|
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
|
|
|
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
2014-09-09 07:05:42 +00:00
|
|
|
desktopSharingSources: ['screen', 'window'],
|
2014-06-05 11:09:31 +00:00
|
|
|
minChromeExtVersion: '0.1', // Required version of Chrome extension
|
2014-07-22 13:12:48 +00:00
|
|
|
enableRtpStats: true, // Enables RTP stats processing
|
2014-07-15 22:36:51 +00:00
|
|
|
openSctp: true, // Toggle to enable/disable SCTP channels
|
2014-08-22 15:37:11 +00:00
|
|
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
2014-10-01 11:24:37 +00:00
|
|
|
adaptiveLastN: false,
|
2014-09-05 16:58:14 +00:00
|
|
|
useRtcpMux: true,
|
|
|
|
useBundle: true,
|
2014-08-21 16:42:54 +00:00
|
|
|
enableRecording: false,
|
|
|
|
enableWelcomePage: false,
|
2014-08-21 09:58:33 +00:00
|
|
|
enableSimulcast: false,
|
2014-08-21 16:42:54 +00:00
|
|
|
isBrand: false
|
2014-07-01 14:02:34 +00:00
|
|
|
};
|