Commit 8c35cf5b authored by Thisara Kavinda's avatar Thisara Kavinda

fix: join rooms issue

parent d20478b7
...@@ -32,4 +32,6 @@ typings/ ...@@ -32,4 +32,6 @@ typings/
*.tgz *.tgz
# Yarn Integrity file # Yarn Integrity file
.yarn-integrity .yarn-integrity
\ No newline at end of file
build/
\ No newline at end of file
...@@ -13,7 +13,7 @@ function App() { ...@@ -13,7 +13,7 @@ function App() {
<Box className='App'> <Box className='App'>
<Routes> <Routes>
<Route path='/' element={<VideoCall />} /> <Route path='/' element={<VideoCall />} />
<Route path='/:roomName' element={<VideoCall />} /> <Route path='/:channel' element={<VideoCall />} />
</Routes> </Routes>
</Box> </Box>
</ThemeProvider> </ThemeProvider>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment