Sends JVB from config.js to the focus.
This commit is contained in:
parent
7f057377d0
commit
3f15d5495d
|
@ -95,6 +95,13 @@ var Moderator = (function (my) {
|
|||
xmlns: 'http://jitsi.org/protocol/focus',
|
||||
room: roomName
|
||||
});
|
||||
if (config.hosts.bridge !== undefined)
|
||||
{
|
||||
elem.c(
|
||||
'property',
|
||||
{ name: 'bridge', value: config.hosts.bridge})
|
||||
.up();
|
||||
}
|
||||
if (config.channelLastN !== undefined)
|
||||
{
|
||||
elem.c(
|
||||
|
|
Loading…
Reference in New Issue