/IntelliClass

This is a peer-to-peer video conferencing app, based on WebRTC. Worked on this for my Engineering Final Year Major Project.

Primary LanguageJavaScript

IntelliClass


Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences with support for up to 4k resolution and 60fps. It's compatible with all major browsers and platforms.


Start videoconference
  1. Open IntelliClass or alternative link.
  2. Choose a room name and click Join Room.
  3. Grant camera and microphone access.
  4. Share the room URL and wait for participants to join the video conference.
Quick start
  • Before running IntelliClass, ensure you have Node.js installed. This project has been tested with Node versions 12.X, 14.X, 16.X and 18.x.
# clone this repo
$ git clone https://github.com/miroslavpejic85/mirotalk.git
# go to mirotalk dir
$ cd mirotalk
# copy .env.template to .env (edit it according to your needs)
$ cp .env.template .env
# install dependencies
$ npm install
# start the server
$ npm start