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

https://github.com/codeasashu/webrtc-poc

WebRTC poc
https://github.com/codeasashu/webrtc-poc

Last synced: 7 months ago
JSON representation

WebRTC poc

Awesome Lists containing this project

README

          

## Run

Start compiling
```sh
npm run dev
```

Run http server
```sh
python3 -m http.server
```

Check if running by opening [http://localhost:8000](http://localhost:8000) in
browser.

Use following creds:

```
Server: wss://voip.myoperator.dev:8061
Username: ashutosh@voip.myoperator.dev
Password: 123456
```