From 2e042dc0a69aa7df2aa3a5ce6371df8b8b99057f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 12:11:54 -0300 Subject: [PATCH] communication: disable livekit room auto-create --- services/communication/livekit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/communication/livekit-config.yaml b/services/communication/livekit-config.yaml index e9c13bb8..364132ac 100644 --- a/services/communication/livekit-config.yaml +++ b/services/communication/livekit-config.yaml @@ -18,4 +18,4 @@ data: port: 3478 protocol: udp room: - auto_create: true + auto_create: false