|
|
|
@ -75,6 +75,10 @@ jicofo { |
|
|
|
|
{{ else }} |
|
|
|
|
brewery-jid = "{{ $JVB_BREWERY_MUC }}@{{ $XMPP_INTERNAL_MUC_DOMAIN }}" |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
{{ if .Env.JICOFO_BRIDGE_REGION_GROUPS }} |
|
|
|
|
region-groups = [{{ .Env.JICOFO_BRIDGE_REGION_GROUPS }}] |
|
|
|
|
{{ end }} |
|
|
|
|
} |
|
|
|
|
// Configure the codecs and RTP extensions to be used in the offer sent to clients. |
|
|
|
|
codec { |
|
|
|
@ -135,6 +139,10 @@ jicofo { |
|
|
|
|
} |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
{{ if .Env.JICOFO_OCTO_REGION }} |
|
|
|
|
local-region = "{{ .Env.JICOFO_OCTO_REGION }}" |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
octo { |
|
|
|
|
// Whether or not to use Octo. Note that when enabled, its use will be determined by |
|
|
|
|
// $jicofo.bridge.selection-strategy. There's a corresponding flag in the JVB and these |
|
|
|
|