Skip to content

A video calling web app (PS: Still in initial stage of development)

Notifications You must be signed in to change notification settings

rajkhare05/video-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-chat-app

A video calling web app built using webRTC.
(PS: Still in intial stage of development; trying different methods to implement the functionality)

Setup

  • Firebase cloud firestore

    • Create calls collection.

    • Initialize a new document with offer as a map:

      offer: {
         sdp: '',
         type: ''
      }
    • Create offerCandidates and answerCandidates as subcollections of the calls collection.

    • Initialize a new document inside offerCandidates and answerCandidates with the following fields.

      candidate: ''
      sdpMLineIndex: ''
      sdpMid: ''
  • Clone this repository

  • cd video-chat-app

  • Add your firebase config in main.js

  • Save and run npm run dev

About

A video calling web app (PS: Still in initial stage of development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published