Skip to content

Commit

Permalink
openvidu-server, deployment: Update recording version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Sep 14, 2022
1 parent ca08e16 commit f124f0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.22.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.19.0
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.23.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.22.0
- NO_COLOR=true
ports:
Expand Down
2 changes: 1 addition & 1 deletion openvidu-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined"

OPENVIDU_RECORDING=false
OPENVIDU_RECORDING_DEBUG=false
OPENVIDU_RECORDING_VERSION=2.19.0
OPENVIDU_RECORDING_VERSION=2.23.0
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
OPENVIDU_RECORDING_PUBLIC_ACCESS=false
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OPENVIDU_WEBHOOK_HEADERS=[]
OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched","mediaNodeStatusChanged","nodeCrashed","nodeRecovered"]

OPENVIDU_RECORDING=false
OPENVIDU_RECORDING_VERSION=2.19.0
OPENVIDU_RECORDING_VERSION=2.23.0
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
OPENVIDU_RECORDING_PUBLIC_ACCESS=false
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
Expand Down

0 comments on commit f124f0a

Please sign in to comment.