1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Set video to true

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-23 12:23:49 +01:00
parent 20eaba191e
commit 20afebf339

View File

@@ -1754,11 +1754,7 @@ async function getUserMediaContraints(
logger.debug("Electron desktopCapturer is not available...");
return {
audio: false,
video: {
mandatory: {
chromeMediaSource: "desktop",
},
},
video: true,
};
}
}