diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-01-31 18:03:55 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-01-31 18:03:55 +0100 |
commit | 56cf9c1e551c27acc064dde8311a2e577106c9c7 (patch) | |
tree | 7cdb4c5b19a0e1e6f05e1ffdc50d19b90cc9df0c /app/jitsi/integration/jvb/videobridge.conf | |
parent | a3f62d1f30e278192b9e36ca007758e686a56ab2 (diff) | |
download | infrastructure-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.conf | 6 |
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 |