not bad video will be off anyway since it's only in the specific thing later on

This commit is contained in:
talksik
2022-05-17 07:12:50 -05:00
parent a3f01aabc5
commit 831f023525
@@ -58,7 +58,7 @@ export function StreamProvider({ children }: { children: React.ReactChild }) {
useEffect(() => {
navigator.mediaDevices
.getUserMedia({ video: true, audio: true })
.getUserMedia({ video: false, audio: true })
.then((localMediaStream: MediaStream) => {
setUserLocalStream(localMediaStream);