Skip to content

Aarushi11H/MicrosoftTeamsClone_Microcall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroCall - Microsoft Teams Clone

This is a project developed as a part of Microsoft Engage'21 Mentorship program. With the help of my mentors and seniors, I was able to complete the project on time. It was an exciting and insighful journey with a lot of learning. An experience of its kind!
Main Challenge: A minimum of two participants should be able connect with each other using your product to have a video conversation.

Website link for demo

Teams Clone Microcall

Agile Methodology

As the theme was Agile Methodology, the project has been completed by using SCRUM method, tasks divided for each week, and Sprints carried out. A different private repo was made for the earlier commits and this repo is for the final project. Testing and debugging was done through Katalon Studio. The project was made using WebRTC, an open-source project and specification that enables real-time media communications like voice, video and data transfer natively between browsers and devices.

Week 1

Week 1

Week 2

Week 2

Week 3

Week 3

Week 4

Week 4

Installation and Running

  1. npm install
  2. nodemon run server.js or npm run dev
  3. Create a .env file:
    • Add API_KEY_SECRET=YourApiKeySecret
    • Add Turn Server - not necessary ( Go to http://numb.viagenie.ca to get your initials and Set TURN_ENABLED=true)

      TURN_ENABLED=true|false
      TURN_URLS=turn:numb.viagenie.ca
      TURN_USERNAME=YourNumbUsername
      TURN_PASSWORD=YourNumbPassword

Features

Home

Home

Sign Up or Log In

signup

Chat Dashboard After Log In

Dashboard

New Call Or Join room

Enter the Room Name here to join the room

create room

Meeting Room Group Call

meeting room

Meeting chats

meeting Chats

Screen Share

screen share screen share

Screen Recorder

By clicking the icon, Screen record will start, and as in when you end the screen recording by clicking on the button agai, the file will be saved in you PC

screen record

Whiteboard

whiteboard

Share File

File share File share

Call Time and Hand Raise

File share

Raise hand by clicking on the icon

File share

Other settings

Done through DetectRTC

SETTINGS

About

Microsoft Engage'21 project - Teams Clone / video conferencing web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published