A Video Calling application.
This Project is like Gmeet where we can organise a meeting on a particular date and time, And this application will notify you by sending email on the account by which you have logged in, to join the Meet and in the meeting there will be a chatting option and also a whiteboard feature for all the participants.
-
Tailwind.
-
Bootstrap.
-
Google Authentication.
-
PeerJs for connecting to different IDs.
-
WebRTC to capture and optionally stream audio and/or video media.
NodeJs should be installed in your system otherwise install it from Node.
Use npm to install the required dependencies
npm install
It will install all the required dependencies in a folder named Node modules
Now to run the server give the command
npm start
It will run the sever on your local host so now on your browser go to the link "http://localhost:3000"
- page for organising Meet with styling.
-
Mailing functionality.
-
Whiteboard functionality.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.