jiti-meet/config.js

29 lines
1.3 KiB
JavaScript
Raw Normal View History

2013-12-16 11:22:23 +00:00
var config = {
hosts: {
domain: 'jitsi-meet.example.com',
//anonymousdomain: 'guest.example.com',
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
},
// 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,
bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
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
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.
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,
useNativeSimulcast: false,
2014-08-21 16:42:54 +00:00
isBrand: false
2014-07-01 14:02:34 +00:00
};