Skip to content

Instantly share code, notes, and snippets.

@digitallysavvy
Last active July 19, 2019 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitallysavvy/5064d4cf1ebc8442f8157a99c1587838 to your computer and use it in GitHub Desktop.
Save digitallysavvy/5064d4cf1ebc8442f8157a99c1587838 to your computer and use it in GitHub Desktop.
local video container
<div id="local-stream-container" class="col p-0">
<div id="mute-overlay" class="col">
<i id="mic-icon" class="fas fa-microphone-slash"></i>
</div>
<div id="no-local-video" class="col text-center">
<i id="user-icon" class="fas fa-user"></i>
</div>
<div id="local-video" class="col p-0"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment