TURN fixes #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "ineiti/lasuite-meet:fix_turn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR includes two fixes related to setting up the connections:
compose.yml, because default variable replacement is not supported in compose.ymldocker-compose does not recursively expand nested `${...}` in `:-` defaults, so `TURN_DOMAIN=${TURN_DOMAIN:-${LIVEKIT_DOMAIN}}` leaked the literal string `${LIVEKIT_DOMAIN}` into the container, breaking TURN and WebRTC connectivity. Set the default in .env.sample where abra shell-expands it before docker-compose sees it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>9cec8fb120toc3b9909b51View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.