include extra recording events to bbb-webhooks (fix #257)
This commit is contained in:
parent
eed8a390c7
commit
89eb28393e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user