This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Create an account in Appwrite and then Create a new empty project for web apps in Appwrite , get the API key and paste in .env file
Install all the dependencies and get started with npm run dev, create account and check whether appwrite service is working or not.
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Hey Folks I would appreciate if anyone wants to contribute to this repo, and make this application even better
-
When a user logs in successfully, they get the option to create a room as well as join a room by entering 12 digits unique RID, and by both ways, the user is redirected to /rooms/:rid, in the next js the folder would be named as room/[rid]
-
To know more about the folder structure read the nextJs docs. All folder in "(this)" format are usually not accessible if not logged in. Hence in order to access secure content add appwrite service and then login.
After Implementing video call feature, we aim to add some more things, want to know?? let's have a look
- Feature -> add friends to friend list
- Feature -> Direct video call and chat option with friends
- Feature -> add secret chat option where users join a room, talk and leave with no history behind.