Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 875 Bytes

README.md

File metadata and controls

60 lines (34 loc) · 875 Bytes

RTC-FIRE

A simple video chat app with Firebase as the signalling server.


Built with

  • TypeScript + Vite
  • Tailwind
  • WebRTC


Getting Started

First clone the repository from Github and switch to the new directory:

$ git clone git@github.com:LemmyMwaura/RTC-Fire.git
$ cd RTC-Fire

Install project dependencies:

$ pnpm install

You can now run the development server:

$ pnpm run dev



How It Works

  • First Start Your Webcam:

  • Start a call (RTC session):

  • Share generated code with party member:

  • Party member should then paste the code in input tab then answer to join the call.



License and Copywright Information

(c) Stephen Lemmy Mwaura, Software Engineer.

Licensed under the MIT License