Implement LiveKit calls

This commit is contained in:
2026-04-22 23:19:38 +03:00
Unverified
parent b7d884df58
commit 66a1060685
16 changed files with 465 additions and 27 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Ensures a LiveKit server binary is available (downloads from GitHub on Linux/Windows;
# on macOS runs `brew install livekit` if needed — see scripts/livekit/ensure.py).
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
exec python3 "$ROOT/scripts/livekit/ensure.py"