Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 15:03
Show Gist options
  • Save rebelchris/20ac7623fab4db84cf133f9d2136b7ca to your computer and use it in GitHub Desktop.
Save rebelchris/20ac7623fab4db84cf133f9d2136b7ca to your computer and use it in GitHub Desktop.
Leave function
const leave = () => {
stopVideo();
stopAudio();
rtc.client.leave();
btnStop.classList.add("hidden");
btnStart.classList.remove("hidden");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment