This commit is contained in:
pavel 2026-02-24 22:37:42 +01:00
commit 58a459a1dc

View file

@ -95,6 +95,9 @@ function createWindow() {
// win.webContents.openDevTools();
}
app.commandLine.appendSwitch('disable-webrtc-hw-encoding'); // Sometime helps resolve codec mismatch behavior
app.commandLine.appendSwitch('log-level', '3'); // Silences standard Chromium warning logs (like SRTP transport unprotect logs which are benign timing issues)
app.whenReady().then(() => {
createWindow();