Skip to content

Commit c7d830c

Browse files
authored
Revert loopbackWithMute to loopback (#1155)
apparently loopbackWithMute does not mute your own app like initially assumed but rather mutes the system audio for the user
1 parent 7bf05bd commit c7d830c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/screenShare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function registerScreenShareHandler() {
7777
const streams: Streams = {
7878
video: source
7979
};
80-
if (choice.audio && process.platform === "win32") streams.audio = "loopbackWithMute";
80+
if (choice.audio && process.platform === "win32") streams.audio = "loopback";
8181

8282
callback(streams);
8383
});

0 commit comments

Comments
 (0)