From 251885b802983dd82bdd0f478cb19d42066426d3 Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 4 Jul 2025 21:17:44 +0200 Subject: [PATCH] Update entrypoint_openvidu_meet.sh to include 'ws' in getDeploymentUrl --- pro/scripts/entrypoint_openvidu_meet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/scripts/entrypoint_openvidu_meet.sh b/pro/scripts/entrypoint_openvidu_meet.sh index dcfbbcc..46bf316 100644 --- a/pro/scripts/entrypoint_openvidu_meet.sh +++ b/pro/scripts/entrypoint_openvidu_meet.sh @@ -2,7 +2,7 @@ . /scripts/utils.sh -URL=$(getDeploymentUrl) +URL=$(getDeploymentUrl ws) export LIVEKIT_URL="${URL}" /usr/local/bin/entrypoint.sh