mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- Deafen now also mutes the local microphone (privacy fix) - Mute/deafen zero the audio pipeline GainNode to guarantee silence when the replaced sender track bypasses LiveKit's track disable - Send voice_leave on failed auto-reconnect to prevent ghost states - Gate voice_join on LiveKit availability (reject if h.livekit == nil) - IP-restrict /api/v1/livekit/webhook to admin CIDRs - Warn at startup when LiveKit API keys are auto-generated (ephemeral) - Fix connecting guard: move pending-join dispatch outside finally block - Add volume slider + mute button overlay on remote video tiles - Document token refresh limitation for 4h+ sessions - Fix TS2306 in rnnoise-worklet test (ts-expect-error for worklet import)