A public messaging and meeting platform to connect to individuals
- User login
- Creating and joining public teams channels
- Real-time speech-to-text transcription
- In-call messaging
- Teams chatting before and after the call
- Collaborative meeting notes
- Enabling/disabling microphone
- Enabling/disabling camera
- Raising/Lowering hand to speak in meeting
- Online User Lists and Meeting Invitations
- Screen Sharing
- Collaborative white board
Install polychat with npm
Clone this repository with :
git clone "[email protected]:sash2501/PolyChat-Firebase.git"
Installing Server Side dependecies. Go to project root folder.
cd server
npm install
npm start
Installing Client/ Frontend Side dependecies in a new terminal window. Go to project root folder.
cd client
npm install
npm start
Client:
Server:
Login Page
Add Room Page
Room List Page
Chat Room
Video Call Room
[Web App Documentation](docs/PolyChat Documentation.docx)