fix(voice): set LiveKit node-ip to host IP for WebRTC ICE connectivity

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-19 22:39:01 +08:00
parent 2ed582faf0
commit c01aef48bd
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -26,9 +26,10 @@ services:
ports:
- "7880:7880"
- "7881:7881/udp"
- "7882:7882/udp"
environment:
LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
command: --dev
command: --dev --node-ip 192.168.1.14
restart: unless-stopped
networks:
- gamegroup-net