forked from Fediversity/Fediversity
Minor corrections.
This commit is contained in:
parent
286417ccde
commit
ccadcb380c
|
@ -25,9 +25,9 @@ Element Call consists of a few parts, you don't have to host all of them
|
|||
yourself. In this document, we're going to host everything ourselves, so
|
||||
here's what you need.
|
||||
|
||||
* lk-jwt. This authenticates Synapse users to LiveKit.
|
||||
* LiveKit. This is the "SFU", which actually handles the audio and video, and does TURN.
|
||||
* Element Call widget. This is basically the webapplication, the part you see.
|
||||
* **lk-jwt**. This authenticates Synapse users to LiveKit.
|
||||
* **LiveKit**. This is the "SFU", which actually handles the audio and video, and does TURN.
|
||||
* **Element Call widget**. This is basically the webapplication, the part you see.
|
||||
|
||||
|
||||
# LiveKit {#livekit}
|
||||
|
@ -58,7 +58,7 @@ haven't installed that, you should create the user yourself:
|
|||
adduser --system turnserver
|
||||
```
|
||||
|
||||
{#keysecret}Create a key and secret:
|
||||
Create a key and secret:{#keysecret}
|
||||
|
||||
```
|
||||
livekit-server generate-keys
|
||||
|
|
Loading…
Reference in a new issue