Created
January 23, 2021 14:58
-
-
Save rebelchris/114f544a76045822e561f6a4f108a487 to your computer and use it in GitHub Desktop.
RTC Variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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