feat: Finalize 720p60 Default Pipeline (v18)

- Removed 'Auto' preset from UI
- Defaulted video quality to 720p60 (Golden Config)
- Implemented 'Resolution Lock' with 3.5Mbps floor
- Hardened sidebar connection status sync
- Cleaned up diagnostic logging
This commit is contained in:
Jannis Braun
2026-02-19 03:58:45 +01:00
parent 7ae3e8c687
commit 35c1531038
6 changed files with 66 additions and 46 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const useVoiceStore = create((set, get) => ({
inputVolume: 100,
outputVolume: 100,
focusedParticipantId: null,
videoQuality: 'auto',
videoQuality: '720p60',
participantVolumes: new Map(),
setParticipantVolume: (userId, volume) => {
set((state) => {