mirror of https://github.com/OpenVidu/openvidu.git
Updated openvidu-recording image to 2.17.0
parent
eca5021f66
commit
b4efa38e36
|
@ -25,7 +25,7 @@ services:
|
||||||
- KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
- KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
||||||
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
||||||
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
||||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-beta2
|
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0
|
||||||
- NO_COLOR=true
|
- NO_COLOR=true
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
|
@ -28,7 +28,7 @@ OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined"
|
||||||
|
|
||||||
OPENVIDU_RECORDING=false
|
OPENVIDU_RECORDING=false
|
||||||
OPENVIDU_RECORDING_DEBUG=false
|
OPENVIDU_RECORDING_DEBUG=false
|
||||||
OPENVIDU_RECORDING_VERSION=2.17.0-beta2
|
OPENVIDU_RECORDING_VERSION=2.17.0
|
||||||
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
|
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
|
||||||
OPENVIDU_RECORDING_PUBLIC_ACCESS=false
|
OPENVIDU_RECORDING_PUBLIC_ACCESS=false
|
||||||
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
|
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
|
||||||
|
|
|
@ -24,7 +24,7 @@ OPENVIDU_WEBHOOK_HEADERS=[]
|
||||||
OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched","mediaNodeStatusChanged"]
|
OPENVIDU_WEBHOOK_EVENTS=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched","mediaNodeStatusChanged"]
|
||||||
|
|
||||||
OPENVIDU_RECORDING=false
|
OPENVIDU_RECORDING=false
|
||||||
OPENVIDU_RECORDING_VERSION=2.16.0
|
OPENVIDU_RECORDING_VERSION=2.17.0
|
||||||
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
|
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
|
||||||
OPENVIDU_RECORDING_PUBLIC_ACCESS=false
|
OPENVIDU_RECORDING_PUBLIC_ACCESS=false
|
||||||
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
|
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
|
||||||
|
|
Loading…
Reference in New Issue