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
This commit is contained in:
@@ -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 = "loopbackWithMute";
|
if (choice.audio && process.platform === "win32") streams.audio = "loopback";
|
||||||
|
|
||||||
callback(streams);
|
callback(streams);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user