chore: Style

This commit is contained in:
Jade Ellis 2026-02-11 20:49:51 +00:00
parent 2f6b7c7a40
commit 7fec48423a
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,5 @@ For either one to work correctly, you have to do some additional setup.
- For MatrixRTC to work, you have to set up the LiveKit backend (foci). LiveKit also uses TURN/STUN to increase reliability, so you might want to configure your TURN server first. [Read the LiveKit guide](./calls/livekit.mdx)
:::warning
Element X is known to not be able to do calls on Continwuity. [Track this bug to get updated when the issue is fixed](https://forgejo.ellis.link/continuwuation/continuwuity/issues/1306)
:::

View file

@ -10,7 +10,7 @@ This guide assumes that you are using docker compose for deployment. LiveKit onl
LiveKit should live on its own domain or subdomain. In this guide we use `livekit.example.com` - this should be replaced with a domain you control.
Make sure the DNS record for the (dub)domain you plan to use is pointed to your server.
Make sure the DNS record for the (sub)domain you plan to use is pointed to your server.
### 2. Services
@ -113,7 +113,6 @@ By default, all routes should be forwarded to Livekit with the exception of the
- `/healthz`
- `/get_token`
### 6. Start Everything
Start up the services using your usual method - for example `docker compose up -d`.