jitsi-meet/config.js
2013-12-16 12:22:23 +01:00

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
};