diff --git a/openvidu-server/src/main/resources/application.properties b/openvidu-server/src/main/resources/application.properties index b962b758..9ba6f4d5 100644 --- a/openvidu-server/src/main/resources/application.properties +++ b/openvidu-server/src/main/resources/application.properties @@ -27,7 +27,7 @@ OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined" OPENVIDU_RECORDING=false OPENVIDU_RECORDING_DEBUG=false -OPENVIDU_RECORDING_VERSION=2.28.0-beta1 +OPENVIDU_RECORDING_VERSION=2.28.0 OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings OPENVIDU_RECORDING_PUBLIC_ACCESS=false OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator diff --git a/openvidu-server/src/test/resources/integration-test.properties b/openvidu-server/src/test/resources/integration-test.properties index d00551e1..88d85918 100644 --- a/openvidu-server/src/test/resources/integration-test.properties +++ b/openvidu-server/src/test/resources/integration-test.properties @@ -25,7 +25,7 @@ OPENVIDU_WEBHOOK_HEADERS=[] OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched","mediaNodeStatusChanged","nodeCrashed","nodeRecovered","broadcastStarted","broadcastStopped"] OPENVIDU_RECORDING=false -OPENVIDU_RECORDING_VERSION=2.28.0-beta1 +OPENVIDU_RECORDING_VERSION=2.28.0 OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings OPENVIDU_RECORDING_PUBLIC_ACCESS=false OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator