aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/integration/jvb/videobridge.conf
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@dufour.io>2021-01-31 18:03:55 +0100
committerQuentin Dufour <quentin@dufour.io>2021-01-31 18:03:55 +0100
commit56cf9c1e551c27acc064dde8311a2e577106c9c7 (patch)
tree7cdb4c5b19a0e1e6f05e1ffdc50d19b90cc9df0c /app/jitsi/integration/jvb/videobridge.conf
parenta3f62d1f30e278192b9e36ca007758e686a56ab2 (diff)
downloadinfrastructure-56cf9c1e551c27acc064dde8311a2e577106c9c7.tar.gz
infrastructure-56cf9c1e551c27acc064dde8311a2e577106c9c7.zip
Videobridge doc + debug
Diffstat (limited to 'app/jitsi/integration/jvb/videobridge.conf')
-rw-r--r--app/jitsi/integration/jvb/videobridge.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/jitsi/integration/jvb/videobridge.conf b/app/jitsi/integration/jvb/videobridge.conf
index b40dec6..418be5e 100644
--- a/app/jitsi/integration/jvb/videobridge.conf
+++ b/app/jitsi/integration/jvb/videobridge.conf
@@ -79,10 +79,10 @@ videobridge {
}
# The COLIBRI REST API
rest {
- enabled = false
+ enabled = true
}
jvb-api {
- enabled = false
+ enabled = true
}
}
# Configuration of the different REST APIs.
@@ -187,7 +187,7 @@ videobridge {
stats {
# Whether periodic collection of statistics is enabled or not. When enabled they are accessible through the REST
# API (at `/colibri/stats`), and are available to other modules (e.g. to be pushed to callstats or in a MUC).
- enabled = false
+ enabled = true
# The interval at which stats are gathered.
interval = 5 seconds