mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
12 lines
453 B
JavaScript
12 lines
453 B
JavaScript
|
var config = {
|
||
|
hosts: {
|
||
|
domain: '__DOMAIN__',
|
||
|
muc: 'conference.__DOMAIN__',
|
||
|
bridge: 'jitsi-videobridge.__DOMAIN__',
|
||
|
focus: 'focus.__DOMAIN__'
|
||
|
},
|
||
|
useNicks: false,
|
||
|
bosh: '//__DOMAIN__/http-bind', // FIXME: use xep-0156 for that
|
||
|
//chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
|
||
|
//minChromeExtVersion: '0.1' // Required version of Chrome extension
|
||
|
};
|