Add support for publishing kind 39004 livekit particpant list.

This commit is contained in:
mplorentz
2026-03-12 16:07:08 -04:00
committed by Jon Staab
parent e079026f6c
commit dc0c3e1477
6 changed files with 187 additions and 15 deletions
+2
View File
@@ -83,6 +83,8 @@ A special `[roles.member]` heading may be used to configure policies for all rel
- `api_key` - a key identifying this relay, assigned by the Livekit server.
- `api_secret` - a secret key authenticating this relay, assigned by the Livekit server.
On your LiveKit server you should also set up a webhook that points to `https://yourrelay.com/.well-known/nip29/livekit/webhook`. This allows LiveKit to notify your relay when people join rooms so it can publish a kind 39004 event.
### Example
The below config file might be saved as `./config/my-relay.example.com` in order to route requests from `wss://my-relay.example.com` to this virtual relay.