From 99a7be022201026c7e44f2247f5d337d4bbea793 Mon Sep 17 00:00:00 2001 From: stratself Date: Thu, 23 Apr 2026 19:39:16 +0000 Subject: [PATCH] fix(docs): Correct ports for LiveKit TURN range --- docs/calls/livekit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index 22cf673eb..535b33cad 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -219,7 +219,7 @@ ports: ### if you're using `network_mode: host`, you can skip this part ``` -Recreate the LiveKit container (with `docker-compose up -d livekit`) to apply these changes. Remember to allow the new `3478/udp` and `50100:50200/udp` ports through your firewall. +Recreate the LiveKit container (with `docker-compose up -d livekit`) to apply these changes. Remember to allow the new `3478/udp` and `50300:50400/udp` ports through your firewall. ### Integration with an external TURN server