feat(webhooks): add stream status to webhook (#2934)
Expand the payload sent for stream status webhooks. Closes #2881
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ func Start() error {
|
||||
rtmpPort := data.GetRTMPPortNumber()
|
||||
log.Infof("RTMP is accepting inbound streams on port %d.", rtmpPort)
|
||||
|
||||
webhooks.InitWorkerPool()
|
||||
webhooks.SetupWebhooks(GetStatus)
|
||||
|
||||
notifications.Setup(data.GetStore())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user