pub async fn start_hooks_server<T>(
bind: SocketAddr,
hooks: T,
) -> Result<(), Error>Expand description
Create a hooks service, which will create an HTTP server. The turn server can request this server and push events to this server.
pub async fn start_hooks_server<T>(
bind: SocketAddr,
hooks: T,
) -> Result<(), Error>Create a hooks service, which will create an HTTP server. The turn server can request this server and push events to this server.