From 0240d85837095ecc3de72e3613bb0adbcec67972 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 1 Aug 2025 16:03:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(backend)=20add=20Firefox=20proxy?= =?UTF-8?q?=20workaround=20parameter=20to=20installation=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document LIVEKIT_ENABLE_FIREFOX_PROXY_WORKAROUND setting that enables connection warmup by pre-calling WebSocket endpoint to resolve proxy connectivity issues. --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index d1fc87e0..b5c3f578 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -337,6 +337,7 @@ These are the environmental options available on meet backend. | LIVEKIT_API_URL | LiveKit API URL | | | LIVEKIT_VERIFY_SSL | Verify SSL for LiveKit connections | true | | LIVEKIT_FORCE_WSS_PROTOCOL | Enables WSS protocol conversion for legacy browser compatibility (Firefox <124, Chrome <125, Edge <125) where HTTPS URLs fail in WebSocket() constructor. | false | +| LIVEKIT_ENABLE_FIREFOX_PROXY_WORKAROUND | Firefox-only connection warmup: pre-calls WebSocket endpoint (expecting 401) to initialize cache, resolving proxy/network connectivity issues. | false | | RESOURCE_DEFAULT_ACCESS_LEVEL | Default resource access level for rooms | public | | ALLOW_UNREGISTERED_ROOMS | Allow usage of unregistered rooms | true | | RECORDING_ENABLE | Record meeting option | false |