15 lines
723 B
JavaScript
15 lines
723 B
JavaScript
var config = {
|
|
hosts: {
|
|
domain: 'guest.jit.si',
|
|
muc: 'meet.jit.si', // FIXME: use XEP-0030
|
|
bridge: 'jitsi-videobridge.lambada.jitsi.net' // FIXME: use XEP-0030
|
|
},
|
|
// 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: '//lambada.jitsi.net/http-bind', // FIXME: use xep-0156 for that
|
|
desktopSharing: false, // Desktop sharing is disabled by default(call setDesktopSharing in the console to enable)
|
|
chromeExtensionId: 'nhkhigmiepmkogopmkfipjlfkeablnch' // Id of Jitsi Desktop Streamer chrome extension
|
|
};
|