Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xxidbr9/e-meeting-example

Simple e-meeting webrtc example
https://github.com/xxidbr9/e-meeting-example

Last synced: about 22 hours ago
JSON representation

Simple e-meeting webrtc example

Awesome Lists containing this project

README

        

# Simple E-Meeting WEBRTC Example

clone this project and run

Client
```
cd web-rtc-client
yarn
```

Server
```
cd signaling-server-webrtc
yarn
```

### ENV

Client (./web-rtc-client/.env)
```
NEXT_PUBLIC_SIGNALING_SERVER_URL="http://192.168.0.104:8000"
```

### RUN ON DEV

```
yarn dev
```

### NOTE
if run on local you need to enable and add the frontend url in `Insecure origins treated as secure` or [chrome://flags/#unsafely-treat-insecure-origin-as-secure](chrome://flags/#unsafely-treat-insecure-origin-as-secure)