Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 15:04
Show Gist options
  • Save rebelchris/72106a6bff40572c9d0303172c266bcc to your computer and use it in GitHub Desktop.
Save rebelchris/72106a6bff40572c9d0303172c266bcc to your computer and use it in GitHub Desktop.
Stop video function
const stopVideo = () => {
rtc.localVideoTrack.close();
rtc.client.unpublish(rtc.localVideoTrack);
btnCam.classList.remove("active");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment