Sends JVB from config.js to the focus.

This commit is contained in:
paweldomas 2014-12-08 09:24:23 +01:00
parent 7f057377d0
commit 3f15d5495d
1 changed files with 7 additions and 0 deletions

View File

@ -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(