https://github.com/tserious/directvideochat
https://github.com/tserious/directvideochat
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tserious/directvideochat
- Owner: TSerious
- License: mit
- Created: 2023-03-20T09:27:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T11:06:03.000Z (about 3 years ago)
- Last Synced: 2025-01-13T18:50:17.153Z (over 1 year ago)
- Language: TypeScript
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DirectVideoChat
## How to build
The first 3 steps only needed to be done once.
- Open the folder of the repository in VS Code.
- Open a terminal in VS Code: Hit F1 and type
Terminal: Create New Terminal
- Type
npm install @ionic/cli into the terminal and hit Enter.
- Start the development server by typing
ionic serve into the terminal (hit Enter).
- Hit F5 to open a debug session.
## How to use
To start a VideoChat:
- Enter the ID of the client you want to connect to.
- Click Connect to connect to the client.
- Click Call to start a video chat with the client.