diff options
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 |