Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created March 11, 2022 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/3b397154e159605b326b48f439bae3f4 to your computer and use it in GitHub Desktop.
Save DanyF-github/3b397154e159605b326b48f439bae3f4 to your computer and use it in GitHub Desktop.
let streamRef = useRef(null);
const { preferences } = useContext(PreferencesContext);
const [captions, setCaptions] = useState('');
const [myCaptions, setMyCaptions] = useState('');
const [name, setName] = useState(null);
const [symblToken, setSymblToken] = useState(null);
let { roomName } = useParams();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment