From 277597c8898b877dedb4170d9a4e19d95b3c45d1 Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Mon, 25 Nov 2024 15:56:51 +0100 Subject: [PATCH] Tweaked TURN info a bit. --- matrix/element-call/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/matrix/element-call/README.md b/matrix/element-call/README.md index a46018e..36a1d67 100644 --- a/matrix/element-call/README.md +++ b/matrix/element-call/README.md @@ -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}