Asem Qaffaf

Results 3 comments of Asem Qaffaf

i've solved the issue with this implementation ``` const [hasUserMedia, setHasUserMedia] = useState(false) const [errorMsg, setErrorMsg] = useState() useEffect(() => { const videoConstraints = { height: window.innerHeight / 2, width:...