Adds 'enforcedBridge' property used to make Jicofo use specific bridge and ignore what BridgeSelector module says.

This commit is contained in:
paweldomas 2015-11-20 13:28:42 -06:00
parent 3406802aa8
commit 1e3ef532aa
1 changed files with 8 additions and 0 deletions

View File

@ -149,6 +149,14 @@ var Moderator = {
{ name: 'bridge', value: config.hosts.bridge})
.up();
}
if (config.enforcedBridge) {
elem.c(
'property',
{ name: 'enforcedBridge', value: config.enforcedBridge})
.up();
}
// Tell the focus we have Jigasi configured
if (config.hosts.call_control !== undefined) {
elem.c(