Skip to content

Commit

Permalink
Fix broken webhooks guide link (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Nov 22, 2024
1 parent ab915ba commit 40ca489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ svc.deleteRoom('myroom').then(() => {

## Webhooks

The JS SDK also provides helper functions to decode and verify webhook callbacks. While verification is optional, it ensures the authenticity of the message. See [webhooks guide](https://docs.livekit.io/guides/webhooks) for details.
The JS SDK also provides helper functions to decode and verify webhook callbacks. While verification is optional, it ensures the authenticity of the message. See [webhooks guide](https://docs.livekit.io/home/server/webhooks/) for details.

LiveKit POSTs to webhook endpoints with `Content-Type: application/webhook+json`. Please ensure your server is able to receive POST body with that MIME.

Expand Down

0 comments on commit 40ca489

Please sign in to comment.