mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: mediaNodeAdded and mediaNodeRemoved webhook events
parent
b37d9850cc
commit
a30290225d
|
@ -20,7 +20,7 @@ openvidu.cdr.path=log
|
||||||
openvidu.webhook=false
|
openvidu.webhook=false
|
||||||
openvidu.webhook.endpoint=
|
openvidu.webhook.endpoint=
|
||||||
openvidu.webhook.headers=[]
|
openvidu.webhook.headers=[]
|
||||||
openvidu.webhook.events=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched"]
|
openvidu.webhook.events=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched","mediaNodeAdded","mediaNodeRemoved"]
|
||||||
|
|
||||||
openvidu.recording=false
|
openvidu.recording=false
|
||||||
openvidu.recording.version=2.9.0
|
openvidu.recording.version=2.9.0
|
||||||
|
|
Loading…
Reference in New Issue