[__jitsi_meet_domain] fixes #9 multidomain error
This commit is contained in:
parent
fbdcd8d6fc
commit
0612483115
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ fi
|
||||||
},
|
},
|
||||||
|
|
||||||
// BOSH URL. FIXME: use XEP-0156 to discover it.
|
// BOSH URL. FIXME: use XEP-0156 to discover it.
|
||||||
bosh: '//${JITSI_HOST}/http-bind',
|
// useful for multidomain scenario -> src https://community.jitsi.org/t/same-jitsi-meet-instance-with-multiple-domain-names/17391/2
|
||||||
|
bosh: '//<!--# echo var="http_host" -->/<!--# echo var="subdir" default="" -->http-bind',
|
||||||
|
|
||||||
// Websocket URL
|
// Websocket URL
|
||||||
// websocket: 'wss://${JITSI_HOST}/xmpp-websocket',
|
// websocket: 'wss://${JITSI_HOST}/xmpp-websocket',
|
||||||
|
|
Loading…
Reference in a new issue