include extra recording events to bbb-webhooks (fix #257)

This commit is contained in:
Felipe Cecagno 2016-06-12 22:32:11 -03:00
parent eed8a390c7
commit 89eb28393e

View File

@ -41,7 +41,10 @@ config.hooks.events or= [
{ channel: "bigbluebutton:from-rap", name: "publish_started" },
{ channel: "bigbluebutton:from-rap", name: "publish_ended" },
{ channel: "bigbluebutton:from-rap", name: "post_publish_started" },
{ channel: "bigbluebutton:from-rap", name: "post_publish_ended" }
{ channel: "bigbluebutton:from-rap", name: "post_publish_ended" },
{ channel: "bigbluebutton:from-rap", name: "unpublished" },
{ channel: "bigbluebutton:from-rap", name: "published" },
{ channel: "bigbluebutton:from-rap", name: "deleted" }
]
# Retry intervals for failed attempts for perform callback calls.