From c62d1e2323bde981e16f51a747b5f5d0d8e2e558 Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 20 Nov 2020 17:56:36 +0100 Subject: [PATCH] openvidu-server: Typo in properties META-INF --- .../META-INF/additional-spring-configuration-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json index e20f2b92..dce0977b 100644 --- a/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -163,13 +163,13 @@ "name": "OPENVIDU_FORCED_CODEC", "type": "java.lang.Integer", "description": "Defines which video codec is being forced to be used in the browser/client", - "defaultValue": 900 + "defaultValue": "VP8" }, { "name": "OPENVIDU_ALLOW_TRANSCODING", "type": "java.lang.Integer", "description": "Defines if transcoding is allowed or not when OPENVIDU_FORCED_CODEC is not a compatible codec with the browser/client.", - "defaultValue": 3600 + "defaultValue": false }, { "name": "COTURN_IP",