Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 15:05
Show Gist options
  • Save rebelchris/3c30fb883089dee78a0f9cd40f5abd03 to your computer and use it in GitHub Desktop.
Save rebelchris/3c30fb883089dee78a0f9cd40f5abd03 to your computer and use it in GitHub Desktop.
Room full function
const roomFull = () => {
leave();
remote.classList.add("full");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment