+ 4
How to have a video camera in html
How do u have the video camera not crash the SoloLearn app https://code.sololearn.com/Wu3CIEuM42l9/?ref=app
3 Respostas
+ 1
Web browsers cannot autoplay if it is not muted, so first of all add autoplay muted to video tag
<video autoplay muted id="videoElement">
Also one more thing you should be giving some dummy video for first load with https url mark to by pass security or you can go options of your browser and disable https request
0
pls I want to learn programming
0
Camera Required #React