openvidu-server: mediaNodeAdded and mediaNodeRemoved webhook events

pull/331/head
pabloFuente 2019-10-04 14:20:54 +02:00
parent b37d9850cc
commit a30290225d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ openvidu.cdr.path=log
openvidu.webhook=false
openvidu.webhook.endpoint=
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.version=2.9.0