forked from Fediversity/Fediversity
Tweaked TURN info a bit.
This commit is contained in:
parent
d22af803b2
commit
277597c889
|
@ -191,8 +191,9 @@ keys:
|
|||
xxxxxxxxxxxxxxx: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
```
|
||||
|
||||
The LiveKit API listens on localhost, IPv6, port. This port is only used by
|
||||
lk-jwt-service, so it shouldn't be reachable from the outside world.
|
||||
The LiveKit API listens on localhost, IPv6, port 7880. Traffic to this port is
|
||||
forwarded from port 443by nginx, which handles TLS, so it shouldn't be reachable
|
||||
from the outside world.
|
||||
|
||||
The `xxx: xxxx` is the key and secret as generated before.
|
||||
|
||||
|
@ -223,11 +224,9 @@ Enable and start it.
|
|||
|
||||
IMPORTANT!
|
||||
|
||||
If you're running [coturn](../coturn), you'll have to shut that down!
|
||||
Otherwise LiveKit will not be able to claim the ports for TURN and ICE.
|
||||
|
||||
And in that case, Synapse will probably not be able to provide clients with
|
||||
the correct TURN data, that is still to be researched...
|
||||
LiveKit is configured to use its built-in TURN server, using the same ports as
|
||||
[coturn](../coturn). Obviously, LiveKit and coturn are mutually exclusive in
|
||||
this setup. Shutdown and disable coturn if you use LiveKit's TURN server.
|
||||
|
||||
|
||||
# Element Call widget {#widget}
|
||||
|
|
Loading…
Reference in a new issue