From 8b91db291875c6edff313b8e6f2f70e3ed9789fb Mon Sep 17 00:00:00 2001 From: stratself Date: Sun, 22 Feb 2026 22:18:39 +0000 Subject: [PATCH] docs: add caveat for deployment with non-federated instances --- docs/calls/livekit.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index 2b8dc88f5..02c4fbd3c 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -284,6 +284,10 @@ ## Caveats ======= >>>>>>> 5244c55 (docs: apply changes from feedback) +## Caveats + +When deploying on servers with disabled federation (`enable_registration = false`), Livekit will fail as it can't fetch the required [OpenID endpoint](https://spec.matrix.org/v1.17/server-server-api/#get_matrixfederationv1openiduserinfo) via federation paths. You can find a workaround for this limitation [here](https://forgejo.ellis.link/continuwuation/continuwuity/issues/1440). + ## Related Documentation Guides: