Update .env

pull/540/head
Pablo Fuente Pérez 2020-08-17 13:41:47 +02:00 committed by GitHub
parent 8756e669f9
commit 8ba440f90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ OPENVIDU_WEBHOOK=false
#OPENVIDU_WEBHOOK_HEADERS= #OPENVIDU_WEBHOOK_HEADERS=
# List of events that will be sent by OpenVidu Webhook service # List of events that will be sent by OpenVidu Webhook service
# Leave blank if all 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]
# How often the garbage collector of non active sessions runs. # How often the garbage collector of non active sessions runs.