Simple 1-on-1 video chat with screen share app using pure WebRTC API and Firebase.
- Clone the repo
- Run
pnpm install
- Create a new project in Firebase
- Copy the config object from Firebase and paste it in
src/utils/firebase.ts
or add it to your environment variables - Run
pnpm dev
- Open
localhost:5173
in your browser - Enjoy!
- You just need to provide an Id of a room to your friend and you are good to go.