jiti-meet/config.js

40 lines
2.1 KiB
JavaScript
Raw Normal View History

2013-12-16 11:22:23 +00:00
var config = {
hosts: {
2015-03-09 15:50:13 +00:00
domain: 'hristo.jitsi.net',
//anonymousdomain: 'guest.example.com',
2015-03-09 15:50:13 +00:00
// anonymousdomain: 'guest.hristo.jitsi.net',
muc: 'conference.hristo.jitsi.net', // FIXME: use XEP-0030
bridge: 'jitsi-videobridge.hristo.jitsi.net', // FIXME: use XEP-0030
//jirecon: 'jirecon.jitsi-meet.example.com',
//call_control: 'callcontrol.jitsi-meet.example.com',
//focus: 'focus.jitsi-meet.example.com' - defaults to 'focus.jitsi-meet.example.com'
2013-12-16 11:22:23 +00:00
},
// getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
// 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,
2015-03-09 15:50:13 +00:00
bosh: '//hristo.jitsi.net/http-bind', // FIXME: use xep-0156 for that
clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
//focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
2015-03-09 15:50:13 +00:00
defaultSipNumber: '123', // Default SIP number
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
2015-03-09 15:50:13 +00:00
// resolution: "1080",
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
desktopSharingSources: ['screen', 'window'],
2014-06-05 11:09:31 +00:00
minChromeExtVersion: '0.1', // Required version of Chrome extension
openSctp: true, // Toggle to enable/disable SCTP channels
disableStats: false,
disableAudioLevels: false,
channelLastN: -1, // The default value of the channel attribute last-n.
adaptiveLastN: false,
adaptiveSimulcast: false,
2015-03-09 15:50:13 +00:00
useRtcpMux: false,
useBundle: false,
enableRecording: true,
enableWelcomePage: true,
enableSimulcast: false,
enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus
// will work when simulcast, bundle, mux, lastN and SCTP are disabled.
logStats: false // Enable logging of PeerConnection stats via the focus
2014-07-01 14:02:34 +00:00
};