An open API service indexing awesome lists of open source software.

https://github.com/tserious/directvideochat


https://github.com/tserious/directvideochat

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# DirectVideoChat

## How to build
The first 3 steps only needed to be done once.


  1. Open the folder of the repository in VS Code.

  2. Open a terminal in VS Code: Hit F1 and type Terminal: Create New Terminal

  3. Type npm install @ionic/cli into the terminal and hit Enter.

  4. Start the development server by typing ionic serve into the terminal (hit Enter).

  5. Hit F5 to open a debug session.

## How to use
To start a VideoChat:


  1. Enter the ID of the client you want to connect to.

  2. Click Connect to connect to the client.

  3. Click Call to start a video chat with the client.