Skip to content

An interactive videoconferencing web app "Teams". It is used to deliver a platform to the user in which one can easily communicate, share content, hold meetings/classes, chat with groups all around.

aditibindal27/msteams-cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Teams Clone

Greetings to the readers! This is an interactive videoconferencing web app that is clone of the application named "MICROSOFT TEAMS". It is used to deliver a platform to the user in which one can easily communicate, share content, hold meetings/classes, chat with groups all around.

This project is built under Microsoft Engage Mentorship Program-2021 by Aditi Agrawal.

Demo link of the project

https://youtu.be/vtVxZeEzRT8

Built Using:

  1. EJS
  2. CSS
  3. Bootstrap
  4. JavaScript
  5. jQuery
  6. Node.js
  7. Express.js
  8. WebRTC
  9. Socket.IO
  10. PeerJs
  11. uuid
  12. Typed.js
  13. Particle.js
  14. Tilt.jquery.js

Features of the Video Conferencing Application:

  1. Create a new Meeting feature on Home Page
  2. Join the meeting using meeting link on Home Page
  3. Video Call One-to-one
  4. Invite link is generated and can be shared through email
  5. Group Video-Call (Connection upto 6 users is possible, but it works perfectly for upto 4 users. Hangs a little when 6 users join)
  6. User can Mute/Unmute himself (Audio Controls)
  7. User can Mute/Unmute other users on call during Group as well as One-on-One Call
  8. User can turn on/off his own Video.(Video Controls)
  9. Chat Feature during both One-on-One and Group Call
  10. ScreenShare allowed during One-on-One Call
  11. ScreenShare during Group Call is only visible to one of the Users (To be Enhanced)
  12. Picture-in-Picture mode allowed
  13. User can switch anyone's video (including himself) to Full Screen mode.
  14. User can Play/Pause anyone's video (Loop Controls)
  15. User can Leave the Meeting
  16. User can record their video
  17. User can record the whole Screen
  18. Record the Meeting Feature
  19. User Can Save the Recording Locally
  20. Great UI/UX
  21. Moving the Record dialogbox is possible

Screenshots 📸

Home Page

Home Page

During the Video call

on Call

Chat Box

Chat

Screenshare

ScreenShare

Floating Record Block Button

Float Record

Agile Methodology Implementation

Week Bugs and Deliverables
1 Designed, planned and researched for the technologies, APIs about the solution
2-3 Built the UI, minimum video-calling functionality along with audio/video controls,recording, screenshare etc.
4 Improved the UI as suggested by mentors, peers and added Chat feature. Got the feedback to work on documentations and improving code quality.

Prerequisites

You have to install Node.js in your machine.

How to run this Project on Local System ?

  • Download the Zip.
  • Extract the folder
  • Open the above folder on any editor you prefer to use. Visual Studio Code was used for this project.
  • In script.js file, change the port of peer variable. Replace it from '443' to '3030'
  • Open the terminal and check the directory and path.
  • Install essential dependencies of node by running the command "npm i"
  • Run command "node server.js"
  • Open Google Chrome (preferred) and go to the link "localhost:3030/"
  • Copy this link and open it in a new tab.
  • Wohoo! You can see your peer. You managed to run the webapp on your local system.

Platform Used to deploy the WebApp:

Heroku

Link and Steps to run the deployed App :

Link: https://teams-msclone.herokuapp.com/


Steps:

  • Open the above link in your browser.
  • Click on "Create New Meeting". Unique room id will be generated each time when you open the above link.
  • Enter your name.
  • Give permission to your camera and microphone when using this app for the first time.
  • Click on "Participants". Copy the link just prompted on screen.
  • Share this unique link with your friends with whom you want to talk. They can open the link in browser.
  • Or they may paste the link in "Enter the meeting link here" input and then click on "Join Meeting"

About

An interactive videoconferencing web app "Teams". It is used to deliver a platform to the user in which one can easily communicate, share content, hold meetings/classes, chat with groups all around.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published