From 3891bb26d87ba66668c9a3e550c5230732875a78 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 21 Apr 2020 20:14:02 +0200 Subject: [PATCH] "OpenVidu Server Webhook" to "OpenVidu Webhook" --- openvidu-server/docker/openvidu-docker-compose/.env | 6 +++--- .../META-INF/additional-spring-configuration-metadata.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openvidu-server/docker/openvidu-docker-compose/.env b/openvidu-server/docker/openvidu-docker-compose/.env index 2d6c679b..b13280c3 100644 --- a/openvidu-server/docker/openvidu-docker-compose/.env +++ b/openvidu-server/docker/openvidu-docker-compose/.env @@ -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] diff --git a/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json index cf4be14d..3def7e65 100644 --- a/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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\"]" }, {