ScreenShare(Windows): loopback -> loopbackWithMute

This commit is contained in:
Vending Machine
2025-03-23 22:43:34 +01:00
committed by GitHub
parent fd91a23188
commit 156ba6ab7b

View File

@@ -77,7 +77,7 @@ export function registerScreenShareHandler() {
const streams: Streams = { const streams: Streams = {
video: source video: source
}; };
if (choice.audio && process.platform === "win32") streams.audio = "loopback"; if (choice.audio && process.platform === "win32") streams.audio = "loopbackWithMute";
callback(streams); callback(streams);
}); });