Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 14:58
Show Gist options
  • Save rebelchris/114f544a76045822e561f6a4f108a487 to your computer and use it in GitHub Desktop.
Save rebelchris/114f544a76045822e561f6a4f108a487 to your computer and use it in GitHub Desktop.
RTC Variable
let rtc = {
client: null,
localAudioTrack: null,
localVideoTrack: null,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment