mirror of https://github.com/OpenVidu/openvidu.git
Add nodeCrashed event to .env files
parent
2ee87c05ff
commit
114e91322c
|
@ -148,7 +148,7 @@ OPENVIDU_WEBHOOK=false
|
||||||
|
|
||||||
# List of events that will be sent by OpenVidu Webhook service
|
# List of events that will be sent by OpenVidu Webhook service
|
||||||
# Default value is all available events
|
# Default value is all available events
|
||||||
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged]
|
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged,nodeCrashed]
|
||||||
|
|
||||||
# How often the garbage collector of non active sessions runs.
|
# How often the garbage collector of non active sessions runs.
|
||||||
# This helps cleaning up sessions that have been initialized through
|
# This helps cleaning up sessions that have been initialized through
|
||||||
|
|
|
@ -267,7 +267,7 @@ OPENVIDU_WEBHOOK=false
|
||||||
|
|
||||||
# List of events that will be sent by OpenVidu Webhook service
|
# List of events that will be sent by OpenVidu Webhook service
|
||||||
# Default value is all available events
|
# Default value is all available events
|
||||||
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged]
|
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged,nodeCrashed]
|
||||||
|
|
||||||
# How often the garbage collector of non active sessions runs.
|
# How often the garbage collector of non active sessions runs.
|
||||||
# This helps cleaning up sessions that have been initialized through
|
# This helps cleaning up sessions that have been initialized through
|
||||||
|
|
|
@ -267,7 +267,7 @@ OPENVIDU_WEBHOOK=false
|
||||||
|
|
||||||
# List of events that will be sent by OpenVidu Webhook service
|
# List of events that will be sent by OpenVidu Webhook service
|
||||||
# Default value is all available events
|
# Default value is all available events
|
||||||
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged]
|
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged,nodeCrashed]
|
||||||
|
|
||||||
# How often the garbage collector of non active sessions runs.
|
# How often the garbage collector of non active sessions runs.
|
||||||
# This helps cleaning up sessions that have been initialized through
|
# This helps cleaning up sessions that have been initialized through
|
||||||
|
|
|
@ -21,7 +21,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
|
||||||
OPENVIDU_WEBHOOK=false
|
OPENVIDU_WEBHOOK=false
|
||||||
OPENVIDU_WEBHOOK_ENDPOINT=
|
OPENVIDU_WEBHOOK_ENDPOINT=
|
||||||
OPENVIDU_WEBHOOK_HEADERS=[]
|
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","nodeCrashed"]
|
||||||
|
|
||||||
OPENVIDU_RECORDING=false
|
OPENVIDU_RECORDING=false
|
||||||
OPENVIDU_RECORDING_VERSION=2.17.0
|
OPENVIDU_RECORDING_VERSION=2.17.0
|
||||||
|
|
Loading…
Reference in New Issue