mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
10 lines
302 B
JavaScript
10 lines
302 B
JavaScript
var config = {
|
|
hosts: {
|
|
domain: 'your.domain.example',
|
|
muc: 'conference.your.domain.example', // FIXME: use XEP-0030
|
|
bridge: 'jitsi-videobridge.your.domain.example' // FIXME: use XEP-0030
|
|
},
|
|
useNicks: false,
|
|
bosh: '/http-bind' // FIXME: use xep-0156 for that
|
|
};
|