From 805e8496feda51f8d8490498eb1e01587eeefbbe Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 16 Dec 2020 12:20:38 +0100 Subject: [PATCH] fix JVB_OPTS --- conf/jitsi-videobridge.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jitsi-videobridge.config b/conf/jitsi-videobridge.config index 795b4eb..5280acf 100644 --- a/conf/jitsi-videobridge.config +++ b/conf/jitsi-videobridge.config @@ -13,7 +13,7 @@ JVB_PORT=__PORT_COMPONENT__ JVB_SECRET=__VIDEOBRIDGE_SECRET__ # extra options to pass to the JVB daemon -JVB_OPTS="–-apis=xmpp,rest" +JVB_OPTS="--apis=xmpp,rest" # adds java system props that are passed to jvb (default are for home and logging config file)