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/684a81d578672d5f48b3a8cb3cfdb68c to your computer and use it in GitHub Desktop.
Save DanyF-github/684a81d578672d5f48b3a8cb3cfdb68c to your computer and use it in GitHub Desktop.
<Router>
<PreferencesContext.Provider value={preferencesValue}>
<Switch>
<ProtectedRoute exact path="/room/:roomName" component={Wrapper} />
<Route path="/room/:roomName/:conversationId/end">
<EndCall />
</Route>
<Route path="/">
<WaitingRoom />
</Route>
</Switch>
</PreferencesContext.Provider>
</Router>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment