2016-10-03 16:12:04 +00:00
|
|
|
/* jshint maxlen:false */
|
|
|
|
|
|
|
|
var config = { // eslint-disable-line no-unused-vars
|
2015-08-21 12:33:05 +00:00
|
|
|
// configLocation: './config.json', // see ./modules/HttpConfigFetch.js
|
2013-12-16 11:22:23 +00:00
|
|
|
hosts: {
|
2015-03-09 16:58:11 +00:00
|
|
|
domain: 'jitsi-meet.example.com',
|
2014-08-05 09:13:21 +00:00
|
|
|
//anonymousdomain: 'guest.example.com',
|
2016-01-14 08:06:47 +00:00
|
|
|
//authdomain: 'jitsi-meet.example.com', // defaults to <domain>
|
2015-03-09 16:58:11 +00:00
|
|
|
muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
|
2014-12-30 17:56:15 +00:00
|
|
|
//jirecon: 'jirecon.jitsi-meet.example.com',
|
2014-12-02 19:09:24 +00:00
|
|
|
//call_control: 'callcontrol.jitsi-meet.example.com',
|
2016-01-14 08:06:47 +00:00
|
|
|
//focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.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,
|
2015-03-09 16:58:11 +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-12-05 15:43:04 +00:00
|
|
|
//focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
|
2015-03-09 16:58:11 +00:00
|
|
|
//defaultSipNumber: '', // Default SIP number
|
2015-09-02 22:29:53 +00:00
|
|
|
|
|
|
|
// The ID of the jidesha extension for Chrome.
|
2017-01-19 23:29:48 +00:00
|
|
|
desktopSharingChromeExtId: null,
|
|
|
|
// Whether desktop sharing should be disabled on Chrome.
|
|
|
|
desktopSharingChromeDisabled: true,
|
2015-09-02 22:29:53 +00:00
|
|
|
// The media sources to use when using screen sharing with the Chrome
|
|
|
|
// extension.
|
2016-11-29 17:30:02 +00:00
|
|
|
desktopSharingChromeSources: ['screen', 'window', 'tab'],
|
2015-09-02 22:29:53 +00:00
|
|
|
// Required version of Chrome extension
|
|
|
|
desktopSharingChromeMinExtVersion: '0.1',
|
|
|
|
|
|
|
|
// The ID of the jidesha extension for Firefox. If null, we assume that no
|
|
|
|
// extension is required.
|
|
|
|
desktopSharingFirefoxExtId: null,
|
|
|
|
// Whether desktop sharing should be disabled on Firefox.
|
|
|
|
desktopSharingFirefoxDisabled: true,
|
|
|
|
// The maximum version of Firefox which requires a jidesha extension.
|
|
|
|
// Example: if set to 41, we will require the extension for Firefox versions
|
|
|
|
// up to and including 41. On Firefox 42 and higher, we will run without the
|
|
|
|
// extension.
|
|
|
|
// If set to -1, an extension will be required for all versions of Firefox.
|
2017-02-27 21:57:42 +00:00
|
|
|
desktopSharingFirefoxMaxVersionExtRequired: 51,
|
2015-09-02 22:29:53 +00:00
|
|
|
// The URL to the Firefox extension for desktop sharing.
|
|
|
|
desktopSharingFirefoxExtensionURL: null,
|
|
|
|
|
2015-09-21 16:28:49 +00:00
|
|
|
// Disables ICE/UDP by filtering out local and remote UDP candidates in signalling.
|
|
|
|
webrtcIceUdpDisable: false,
|
|
|
|
// Disables ICE/TCP by filtering out local and remote TCP candidates in signalling.
|
|
|
|
webrtcIceTcpDisable: false,
|
|
|
|
|
2014-07-15 22:36:51 +00:00
|
|
|
openSctp: true, // Toggle to enable/disable SCTP channels
|
2015-02-09 12:51:25 +00:00
|
|
|
disableStats: false,
|
|
|
|
disableAudioLevels: false,
|
2014-08-22 15:37:11 +00:00
|
|
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
2015-03-09 16:58:11 +00:00
|
|
|
enableRecording: false,
|
2014-11-12 08:35:44 +00:00
|
|
|
enableWelcomePage: true,
|
2016-09-22 19:19:50 +00:00
|
|
|
//enableClosePage: false, // enabling the close page will ignore the welcome
|
|
|
|
// page redirection when call is hangup
|
2016-01-28 21:20:23 +00:00
|
|
|
disableSimulcast: false,
|
2015-03-12 16:51:31 +00:00
|
|
|
logStats: false, // Enable logging of PeerConnection stats via the focus
|
2016-01-14 08:06:47 +00:00
|
|
|
// requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room.
|
|
|
|
// startAudioMuted: 10, // every participant after the Nth will start audio muted
|
|
|
|
// startVideoMuted: 10, // every participant after the Nth will start video muted
|
2015-05-29 14:09:44 +00:00
|
|
|
// defaultLanguage: "en",
|
2015-06-26 12:32:40 +00:00
|
|
|
// To enable sending statistics to callstats.io you should provide Applicaiton ID and Secret.
|
2016-01-14 08:06:47 +00:00
|
|
|
// callStatsID: "", // Application ID for callstats.io API
|
|
|
|
// callStatsSecret: "", // Secret for callstats.io API
|
2015-03-12 16:51:31 +00:00
|
|
|
/*noticeMessage: 'Service update is scheduled for 16th March 2015. ' +
|
|
|
|
'During that time service will not be available. ' +
|
2016-01-14 08:06:47 +00:00
|
|
|
'Apologise for inconvenience.',*/
|
|
|
|
disableThirdPartyRequests: false,
|
2016-09-13 21:50:10 +00:00
|
|
|
minHDHeight: 540,
|
|
|
|
// If true - all users without token will be considered guests and all users
|
|
|
|
// with token will be considered non-guests. Only guests will be allowed to
|
|
|
|
// edit their profile.
|
2016-12-12 16:37:36 +00:00
|
|
|
enableUserRolesBasedOnToken: false,
|
|
|
|
// Suspending video might cause problems with audio playback. Disabling until these are fixed.
|
2017-01-30 16:20:23 +00:00
|
|
|
disableSuspendVideo: true,
|
2017-02-21 19:02:55 +00:00
|
|
|
// disables or enables RTX (RFC 4588) (defaults to false).
|
|
|
|
disableRtx: false,
|
2017-02-17 12:53:41 +00:00
|
|
|
// Sets the preferred resolution (height) for local video. Defaults to 360.
|
|
|
|
resolution: 720
|
2014-07-01 14:02:34 +00:00
|
|
|
};
|