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 6be8652a..e20f2b92 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 @@ -159,6 +159,18 @@ "description": "Minimum time in seconds that a non active session must have been in existence for the garbage collector of non active sessions to remove it. Default to 3600s (1 hour). If non active sessions garbage collector is disabled (property 'OPENVIDU_SESSIONS_GARBAGE_INTERVAL' to 0) this property is ignored", "defaultValue": 3600 }, + { + "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 + }, + { + "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 + }, { "name": "COTURN_IP", "type": "java.lang.String",