diff --git a/events.js b/events.js index 4eb2444..0914301 100644 --- a/events.js +++ b/events.js @@ -19,6 +19,7 @@ startbutton.onclick=()=>{ audio: true, video: true, facingMode: {exact: "user"} }); + // use transform scale(-1) on a container containing the video. userMedia.then(mediaStream=>{ //setup video recording stream = mediaStream;