Skip to content

Winning Project of CodeShastra 5.0 Round 0! Real-time Group Video-Audio Communication.

Notifications You must be signed in to change notification settings

JinHash5/Webbie-Talkie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webbie-Talkie

Web Application which allows multiple users to communicate live through a video call.

Features

  • Multi-Party Audio/Video Communication
  • Text Chat
  • Screen Sharing
  • Annotation
  • Provision to record the call and archive it
  • Provision to mute video/audio
  • Uses UDP protocol

Setup

Visit Tokbox and create an account to obtain credentials. Add your OpenTok credentials to the options hash in app.js:

const options = {
credentials: {
  apiKey: "YOUR_API_KEY",
  sessionId: "YOUR_SESSION_ID",
  token: "YOUR_TOKEN"
},
...

To run:

$ npm install
$ npm run build
$ node server.js

Then just go to browser and open localhost:8080.

About

Winning Project of CodeShastra 5.0 Round 0! Real-time Group Video-Audio Communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published