添加on_server_exited webhook事件,当程序正常退出时触发 (#2591 #2585)

This commit is contained in:
pedoc
2023-06-28 11:36:41 +08:00
committed by GitHub
parent c530f281c3
commit 2771bc15a5
4 changed files with 25 additions and 2 deletions

View File

@@ -168,6 +168,8 @@ on_stream_none_reader=https://127.0.0.1/index/hook/on_stream_none_reader
on_stream_not_found=https://127.0.0.1/index/hook/on_stream_not_found
#服务器启动报告,可以用于服务器的崩溃重启事件监听
on_server_started=https://127.0.0.1/index/hook/on_server_started
#服务器退出报告,当服务器正常退出时触发
on_server_exited=https://127.0.0.1/index/hook/on_server_exited
#server保活上报
on_server_keepalive=https://127.0.0.1/index/hook/on_server_keepalive
#发送rtp(startSendRtp)被动关闭时回调