andreportaro / groupchat-angularjs

AngularJS project featuring group chat using Vidyo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiparty Video Chat Application using AngularJS and Vidyo.io

Sample Vidyo.io AngularJS app showing how to write a web application that has the following features -

  • Connecting Vidyo.io to your AngularJS app
  • Displaying list of remote participants
  • Group video and text chat

Read more about Vidyo.io and AngularJS integration at - https://vidyo.io/how-to/using-angularjs-webrtc-build-group-video-chat-app-vidyo-io/

Clone Repository

git clone https://github.com/sachinVidyo/vidyoGroupChat

To install:

  • npm install
  • sudo npm install -g gulp-cli

To run locally:

  • gulp serve

The app will be running on http://localhost:3000.

Production deploy:

  • gulp webpack

You can see dist folder generated into root directory. This is a ultimately compiled project. You can copy and paste it on any shared hosting.

About

AngularJS project featuring group chat using Vidyo.io

License:Apache License 2.0


Languages

Language:JavaScript 75.3%Language:HTML 16.4%Language:CSS 8.3%