mirror of https://github.com/OpenVidu/openvidu.git
"OpenVidu Server Webhook" to "OpenVidu Webhook"
parent
d42d9667f3
commit
3891bb26d8
|
@ -74,7 +74,7 @@ OPENVIDU_STREAMS_VIDEO_MAX_SEND_BANDWIDTH=1000
|
||||||
# 0 means unconstrained
|
# 0 means unconstrained
|
||||||
OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=300
|
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
|
# Values: true | false
|
||||||
OPENVIDU_WEBHOOK=false
|
OPENVIDU_WEBHOOK=false
|
||||||
|
|
||||||
|
@ -82,10 +82,10 @@ OPENVIDU_WEBHOOK=false
|
||||||
# Must be a valid URL: http(s)://ENDPOINT
|
# Must be a valid URL: http(s)://ENDPOINT
|
||||||
#OPENVIDU_WEBHOOK_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=
|
#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.
|
# Leave blank if all 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]
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
{
|
{
|
||||||
"name": "OPENVIDU_WEBHOOK",
|
"name": "OPENVIDU_WEBHOOK",
|
||||||
"type": "java.lang.Boolean",
|
"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
|
"defaultValue": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -97,13 +97,13 @@
|
||||||
{
|
{
|
||||||
"name": "OPENVIDU_WEBHOOK_HEADERS",
|
"name": "OPENVIDU_WEBHOOK_HEADERS",
|
||||||
"type": "java.lang.String",
|
"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": "[]"
|
"defaultValue": "[]"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "OPENVIDU_WEBHOOK_EVENTS",
|
"name": "OPENVIDU_WEBHOOK_EVENTS",
|
||||||
"type": "java.lang.String",
|
"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\"]"
|
"defaultValue": "[\"sessionCreated\",\"sessionDestroyed\",\"participantJoined\",\"participantLeft\",\"webrtcConnectionCreated\",\"webrtcConnectionDestroyed\",\"recordingStatusChanged\"]"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue