Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Jun 15, 2020
1 parent de5d2d2 commit 1441601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ptz-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const videoStream = await navigator.mediaDevices.getUserMedia({
},
});


// Show camera video stream to user.
const video = document.querySelector("video");
video.srcObject = videoStream;
Expand Down

0 comments on commit 1441601

Please sign in to comment.