Adds 'enforcedBridge' property used to make Jicofo use specific bridge and ignore what BridgeSelector module says.
This commit is contained in:
parent
3406802aa8
commit
1e3ef532aa
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue