1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00
jitsi_ynh/conf/jitsimeet-config.js
2015-01-14 10:55:14 +01:00

36 lines
2 KiB
JavaScript

var config = {
hosts: {
domain: 'YNH_JITSI_XMPP_HOST',
//anonymousdomain: 'guest.example.com',
muc: 'conference.YNH_JITSI_XMPP_HOST', // FIXME: use XEP-0030
bridge: 'jitsi-videobridge.YNH_JITSI_XMPP_HOST', // FIXME: use XEP-0030
//jirecon: 'jirecon.YNH_JITSI_XMPP_HOST',
//call_control: 'callcontrol.YNH_JITSI_XMPP_HOST',
focus: 'focus.YNH_JITSI_XMPP_HOST' - defaults to 'focus.YNH_JITSI_XMPP_HOST'
},
//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
useNicks: false,
bosh: '//YNH_JITSI_XMPP_HOST/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.YNH_JITSI_XMPP_HOST', // The real JID of focus participant - can be overridden here
//defaultSipNumber: '', // Default SIP number
desktopSharing: false, // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
desktopSharingSources: ['screen', 'window'],
minChromeExtVersion: '0.1', // Required version of Chrome extension
enableRtpStats: true, // Enables RTP stats processing
openSctp: true, // Toggle to enable/disable SCTP channels
channelLastN: -1, // The default value of the channel attribute last-n.
adaptiveLastN: false,
adaptiveSimulcast: false,
useRtcpMux: true,
useBundle: true,
enableRecording: false,
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: true // Enable logging of PeerConnection stats via the focus
};