https://github.com/gotocva/ionic-angular-video-call
https://github.com/gotocva/ionic-angular-video-call
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotocva/ionic-angular-video-call
- Owner: gotocva
- Created: 2023-08-31T04:27:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T04:33:14.000Z (almost 3 years ago)
- Last Synced: 2025-07-07T05:46:30.370Z (11 months ago)
- Language: TypeScript
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-angular-video-call
A simple video call with ionic7 angular 16 and peerjs.
```bash
git clone https://github.com/gotocva/ionic-angular-video-call.git
cd ionic-angular-video-call
npm install
```
### Then run ionic with your ip address and ssl parameter.
```bash
ionic serve --adress 192.168.43.105 --ssl
```
Replace 192.168.43.105 into your local ip address
After visit url with https prefix https://192.168.43.105:8100
```
Note : if you can't see url, check your firewall or antivirus.
```