In COVID 19 pandemic , it has become cruicial for many people to work remotely from their home.Mostly Schools, Colleges and Companies started operating their works through Video Conferencing and Business Communication platforms such as Microsoft Teams who play a vital role to empower communities and stay connected.
It is an integration of video calling and chat application with variety of features for developers, students, teams to work together in a collabrative environment.
This is solely built during the period of Microsoft Engage Mentorship program'21 conducted by Microsoft provide mentorship and to enrich freshmen with various software development techniques.
To build a fully functional prototype with at least one mandatory functionality - a minimum of two participants should be able connect with each other using the product to have a video conversation.
- Status : Accomplised by extending to group calling app from 2 people
Include a chat feature in your application where meeting participants can share info without disrupting the flow of the meeting. Through this feature the participants should be able have conversation befor joining, while in the meet and after leaving the meeting.
- Status : Accomplised
Video link : https://youtu.be/Xolry9YlK7I
Live demo : Azure : https://microsoftengageproject.azurewebsites.net Heroku : https://microdemo.herokuapp.com/
Agile methology was followed by implementation of sprint of 4 days in a week , continuous integration and developmet while hosting the app both on Azure and Heroku. Work was proceeded in different branches using git version control and successfully developed patches were merged to ruling branch . Customer view points and Teams as an inspiration was taken in mind to develop this project. Bugs were solved according to priority scale Priority scale : P5 (maximum) to P1 (Least)
Week | Task | Remarks |
---|---|---|
1 | Design phase P4: basic app built by exploring technologies , P3: Setup server Peer.js , express , socket.io P2: Chatbox | Successfull setup implementation and chat box |
2 | P4: Screen Sharing , P3: Filters , P2:Send messages button , P5: PeerId undefined(Bug) | All bugs resolved |
3 | P4: List of Participants, P5: Firebase reference error , P3:Hand raise , P5: PeerId undefined(Bug) , P4: Video call connection | Problem statement tasking completed |
4 | Desgin phase and build P4: Chat Before and after with chat rooms , Testing and review P3:Hosting on Azure , P5: Service unavaible error 505 (Bug) , P4: Homepage , P3:Record of participants | Adopted task completed , Branch changing resolved bug |
List of Feature at ./features.md
Other Features : Users can independently:
- chose to stop or resume video of any particpants
- mute or unmute its audio and decrease f increase volume
- view on fullscreen as well
- Make a new folder and open the terminal there.
- Write the following command and press enter.
$ git clone https://github.com/hkaur008/microsoft-engage-project.git
- Write the following command and press enter to download all required node modules.
$ npm install
- While you are still inside the cloned folder, write the following command to run the website locally.
$ npm start
Feature | Explanation |
---|---|
Specific Team group Atmosphere manager | As Teams is a chat conversational platform as well, wanted to build a chat room positivity meter to analyse chat text to extract user sentiments and emotional state during the conversation using Microsoft Cognitive Services or ML APIs. |
Send Code integration | A microsoft teams inspired feature for developers to work in collabrative environment and code together. |
Blind mode | Switching to this mode user will hear the tool description through audios, and can video call their families as well. |
Thank you ! Microsoft Team for such a wonderful mentorship program ❤️ You can also check My weekly record during this program