mirror of https://github.com/OpenVidu/openvidu.git
deployment: Add HANodeRegistered and HANodeDeregistered to webhook events at openvidu-enterprise ha
parent
e70fe4c3ab
commit
22ab5641f7
|
@ -272,7 +272,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,nodeCrashed,nodeRecovered]
|
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged,nodeCrashed,nodeRecovered,HANodeRegistered,HANodeDeregistered]
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue