Created
January 23, 2021 14:59
-
-
Save rebelchris/5e563f67caa64d7acd5025059679fc7a to your computer and use it in GitHub Desktop.
All variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const btnCam = document.getElementById("btnCam"); | |
| const btnMic = document.getElementById("btnMic"); | |
| const btnStart = document.getElementById("btnStart"); | |
| const btnStop = document.getElementById("btnStop"); | |
| const me = document.getElementById("me"); | |
| const remote = document.getElementById("remote"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment