Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 14:59
Show Gist options
  • Save rebelchris/5e563f67caa64d7acd5025059679fc7a to your computer and use it in GitHub Desktop.
Save rebelchris/5e563f67caa64d7acd5025059679fc7a to your computer and use it in GitHub Desktop.
All variables
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