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:
@@ -26,9 +26,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "7880:7880"
|
- "7880:7880"
|
||||||
- "7881:7881/udp"
|
- "7881:7881/udp"
|
||||||
|
- "7882:7882/udp"
|
||||||
environment:
|
environment:
|
||||||
LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
|
LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
|
||||||
command: --dev
|
command: --dev --node-ip 192.168.1.14
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- gamegroup-net
|
- gamegroup-net
|
||||||
|
|||||||
@@ -26,9 +26,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "7880:7880"
|
- "7880:7880"
|
||||||
- "7881:7881/udp"
|
- "7881:7881/udp"
|
||||||
|
- "7882:7882/udp"
|
||||||
environment:
|
environment:
|
||||||
LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
|
LIVEKIT_KEYS: "APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
|
||||||
command: --dev
|
command: --dev --node-ip 192.168.1.14
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- gamegroup-net
|
- gamegroup-net
|
||||||
|
|||||||
Reference in New Issue
Block a user