You've already forked matrix-js-sdk
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:
@@ -1754,11 +1754,7 @@ async function getUserMediaContraints(
|
|||||||
logger.debug("Electron desktopCapturer is not available...");
|
logger.debug("Electron desktopCapturer is not available...");
|
||||||
return {
|
return {
|
||||||
audio: false,
|
audio: false,
|
||||||
video: {
|
video: true,
|
||||||
mandatory: {
|
|
||||||
chromeMediaSource: "desktop",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user