Tweaked TURN info a bit.

This commit is contained in:
Hans van Zijst 2024-11-25 15:56:51 +01:00 committed by Valentin Gagarin
parent d22af803b2
commit 277597c889

View file

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