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:
@@ -177,5 +177,7 @@ export const api = {
|
||||
livekit: {
|
||||
token: (channelId: string) =>
|
||||
request<LiveKitTokenResponse>('POST', '/livekit/token', { channelId }),
|
||||
dmToken: (dmChannelId: string) =>
|
||||
request<LiveKitTokenResponse>('POST', '/livekit/token', { dmChannelId }),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user