/vidyo-groupchat

video chat feature in this, developed in angular, sdk used is vidyo.io

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Multiparty Video Chat Application using Angular and vidyo.io

This sample Angular web application has the following features:

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

Setup Environment

  1. Download the application code: git clone https://github.com/Vidyo/vidyo.io-groupchat-angular.git
  2. Install latest node js. Download Link: https://nodejs.org/en/download/
  3. Open the Windows Command Prompt, PowerShell or a similar command line tool (for Mac use Terminal)
  4. Run command “npm install -g @angular/cli”
  5. Navigate to source code directory
  6. Run command “npm install” -- this will install required packages and it will take few minutes depending on your network speed.

How to run the Video Chat app

  1. Open the Windows Command Prompt, Powershell or a similar command line tool (for Mac use Terminal)
  2. Navigate to source code directory
  3. Run command “ng serve” This will start a local server.
  4. Now open Chrome or Firefox browser and enter url http://localhost:4200/

This project was generated with Angular CLI version 7.0.6. To get more help on the Angular CLI use ng help or go check out the Angular CLI README.