"OpenVidu Server Webhook" to "OpenVidu Webhook"

pull/447/head
pabloFuente 2020-04-21 20:14:02 +02:00
parent d42d9667f3
commit 3891bb26d8
2 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@ OPENVIDU_STREAMS_VIDEO_MAX_SEND_BANDWIDTH=1000
# 0 means unconstrained
OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=300
# true to enable OpenVidu Server Webhook service. false' otherwise
# true to enable OpenVidu Webhook service. false' otherwise
# Values: true | false
OPENVIDU_WEBHOOK=false
@ -82,10 +82,10 @@ OPENVIDU_WEBHOOK=false
# Must be a valid URL: http(s)://ENDPOINT
#OPENVIDU_WEBHOOK_ENDPOINT=
# List of headers that OpenVidu Server Webhook service will attach to HTTP POST messages
# List of headers that OpenVidu Webhook service will attach to HTTP POST messages
#OPENVIDU_WEBHOOK_HEADERS=
# List of events that will be sent by OpenVidu Server Webhook service
# List of events that will be sent by OpenVidu Webhook service
# Leave blank if all events.
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged]

View File

@ -85,7 +85,7 @@
{
"name": "OPENVIDU_WEBHOOK",
"type": "java.lang.Boolean",
"description": "'true' to enable OpenVidu Server Webhook service. 'false' otherwise",
"description": "'true' to enable OpenVidu Webhook service. 'false' otherwise",
"defaultValue": false
},
{
@ -97,13 +97,13 @@
{
"name": "OPENVIDU_WEBHOOK_HEADERS",
"type": "java.lang.String",
"description": "List of headers that OpenVidu Server Webhook service will attach to HTTP POST messages",
"description": "List of headers that OpenVidu Webhook service will attach to HTTP POST messages",
"defaultValue": "[]"
},
{
"name": "OPENVIDU_WEBHOOK_EVENTS",
"type": "java.lang.String",
"description": "List of events that will be sent by OpenVidu Server Webhook service",
"description": "List of events that will be sent by OpenVidu Webhook service",
"defaultValue": "[\"sessionCreated\",\"sessionDestroyed\",\"participantJoined\",\"participantLeft\",\"webrtcConnectionCreated\",\"webrtcConnectionDestroyed\",\"recordingStatusChanged\"]"
},
{