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