mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 13:27:49 +00:00
We stopped providing a way to set them, so don't render them either. Also cleanup some leftover config options.
9 lines
294 B
Plaintext
Executable File
9 lines
294 B
Plaintext
Executable File
var config = {
|
|
hosts: {
|
|
domain: 'jitsi.example.com',
|
|
muc: 'conference.jitsi.example.com', // FIXME: use XEP-0030
|
|
bridge: 'jitsi-videobridge.jitsi.example.com' // FIXME: use XEP-0030
|
|
},
|
|
bosh: '//jitsi.example.com/http-bind' // FIXME: use xep-0156 for that
|
|
};
|