From b9456c1130bba15c9d8239e10922b44d0b3fb837 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 deletions(-) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index ab828115b..c71fc9578 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -281,10 +281,6 @@ The JWT service will respond with a `jwt` token. Use this token to test at the [ 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). -## 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: