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

https://github.com/gotocva/ionic-angular-video-call


https://github.com/gotocva/ionic-angular-video-call

Last synced: 8 months ago
JSON representation

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.
```