From 64e5bccaf76f4abd5009a45de64c356663e7728e Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 25 Nov 2020 15:11:57 +0100 Subject: [PATCH] openvidu-server: Fix META-INF transcoding type properties --- .../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 c8e43ba3..04a0f0f6 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 @@ -149,13 +149,13 @@ }, { "name": "OPENVIDU_STREAMS_FORCED_VIDEO_CODEC", - "type": "java.lang.Integer", + "type": "java.lang.String", "description": "Defines which video codec is being forced to be used in the browser/client", "defaultValue": "VP8" }, { "name": "OPENVIDU_STREAMS_ALLOW_TRANSCODING", - "type": "java.lang.Integer", + "type": "java.lang.Boolean", "description": "Defines if transcoding is allowed or not when OPENVIDU_STREAMS_FORCED_VIDEO_CODEC is not a compatible codec with the browser/client.", "defaultValue": false },