feat: Optimize WebRTC pipeline for 60fps screen sharing
- Implemented 'Overdrive' logic to force high bitrates on Chrome - Fixed 'Auto' preset to default to stable 720p60 - Added persistent 'Triple-Kick' hammer to prevent bitrate throttling - Fixed sidebar connection status sync - Added comprehensive diagnostic logger
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: rgba(88, 101, 242, 0.3);
|
||||
}
|
||||
|
||||
html, body, #root {
|
||||
@apply h-full w-full overflow-hidden bg-discord-bg-tertiary text-discord-text-normal;
|
||||
font-family: 'Inter', 'gg sans', 'Noto Sans', sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user