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

fix: join rooms issue

parent d20478b7
......@@ -33,3 +33,5 @@ typings/
# Yarn Integrity file
.yarn-integrity
build/
\ No newline at end of file
......@@ -13,7 +13,7 @@ function App() {
<Box className='App'>
<Routes>
<Route path='/' element={<VideoCall />} />
<Route path='/:roomName' element={<VideoCall />} />
<Route path='/:channel' element={<VideoCall />} />
</Routes>
</Box>
</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