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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user