openvidu-local-deployment/pro/scripts/entrypoint_openvidu_meet.sh
2025-09-17 20:30:10 +02:00

11 lines
219 B
Bash

#!/bin/bash
. /scripts/utils.sh
LIVEKIT_URL=$(getDeploymentUrl ws)
MEET_BASE_URL=$(getDeploymentUrl http meet)
export LIVEKIT_URL="${LIVEKIT_URL}"
export MEET_BASE_URL="${MEET_BASE_URL}"
/usr/local/bin/entrypoint.sh