Reverts config.js
This commit is contained in:
parent
2852740e71
commit
54b3cbcf94
18
config.js
18
config.js
|
@ -1,10 +1,9 @@
|
||||||
var config = {
|
var config = {
|
||||||
hosts: {
|
hosts: {
|
||||||
domain: 'hristo.jitsi.net',
|
domain: 'jitsi-meet.example.com',
|
||||||
//anonymousdomain: 'guest.example.com',
|
//anonymousdomain: 'guest.example.com',
|
||||||
// anonymousdomain: 'guest.hristo.jitsi.net',
|
muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
|
||||||
muc: 'conference.hristo.jitsi.net', // FIXME: use XEP-0030
|
bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
|
||||||
bridge: 'jitsi-videobridge.hristo.jitsi.net', // FIXME: use XEP-0030
|
|
||||||
//jirecon: 'jirecon.jitsi-meet.example.com',
|
//jirecon: 'jirecon.jitsi-meet.example.com',
|
||||||
//call_control: 'callcontrol.jitsi-meet.example.com',
|
//call_control: 'callcontrol.jitsi-meet.example.com',
|
||||||
//focus: 'focus.jitsi-meet.example.com' - defaults to 'focus.jitsi-meet.example.com'
|
//focus: 'focus.jitsi-meet.example.com' - defaults to 'focus.jitsi-meet.example.com'
|
||||||
|
@ -13,12 +12,11 @@ var config = {
|
||||||
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
||||||
// useIPv6: true, // ipv6 support. use at your own risk
|
// useIPv6: true, // ipv6 support. use at your own risk
|
||||||
useNicks: false,
|
useNicks: false,
|
||||||
bosh: '//hristo.jitsi.net/http-bind', // FIXME: use xep-0156 for that
|
bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
|
||||||
clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
|
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
|
//focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
|
||||||
defaultSipNumber: '123', // Default SIP number
|
//defaultSipNumber: '', // Default SIP number
|
||||||
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
|
||||||
// resolution: "1080",
|
|
||||||
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
||||||
desktopSharingSources: ['screen', 'window'],
|
desktopSharingSources: ['screen', 'window'],
|
||||||
minChromeExtVersion: '0.1', // Required version of Chrome extension
|
minChromeExtVersion: '0.1', // Required version of Chrome extension
|
||||||
|
@ -28,9 +26,9 @@ var config = {
|
||||||
channelLastN: -1, // The default value of the channel attribute last-n.
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
||||||
adaptiveLastN: false,
|
adaptiveLastN: false,
|
||||||
adaptiveSimulcast: false,
|
adaptiveSimulcast: false,
|
||||||
useRtcpMux: false,
|
useRtcpMux: true,
|
||||||
useBundle: false,
|
useBundle: true,
|
||||||
enableRecording: true,
|
enableRecording: false,
|
||||||
enableWelcomePage: true,
|
enableWelcomePage: true,
|
||||||
enableSimulcast: false,
|
enableSimulcast: false,
|
||||||
enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus
|
enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus
|
||||||
|
|
Loading…
Reference in New Issue