Add LiveKit huddle support to mobile app #219

Merged
talksik merged 3 commits from claude/festive-fermat-r5hyg into master 2026-05-26 23:37:37 +00:00

3 Commits

Author SHA1 Message Date
Arjun Patel 8a3aa8169f fix: pause stream during huddle 2026-05-26 16:34:04 -07:00
Arjun Patel d400057f7e fix(mobile): exiting from huddle 2026-05-26 16:15:22 -07:00
Claude 5b4643bcb3 feat(mobile): add huddles with LiveKit
Mirrors the desktop huddle window: tap the headphones button on a stream
to fetch a LiveKit token from Orion and join a video room. Active huddles
show a red badge on the stream card (participant count) and a red Join
pill in the stream top bar — both driven by huddle_active_participants
synced from the LiveKit webhook.

The HuddleScreen lives at its own route (not a modal/window): video tile
grid with placeholders for camera-off, mic/camera toggles, and a leave
button. Adds the LiveKit RN SDK plus the WebRTC + LiveKit Expo config
plugins for prebuild.

https://claude.ai/code/session_01Po5tAD17MXhnqGQ9hKh6PC
2026-05-26 19:20:00 +00:00