https://github.com/beda-software/webrtc-demo
https://github.com/beda-software/webrtc-demo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beda-software/webrtc-demo
- Owner: beda-software
- Created: 2020-07-17T11:42:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T11:44:00.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T07:03:14.254Z (over 1 year ago)
- Language: JavaScript
- Size: 72.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice and video chat
## Web
Execute:
```
docker-compose build
docker-compose up
```
## Mobile app
### Prepare app
```
cd mobile
yarn
make update
```
Note that
If your React Native environment is ready, execute commands below, otherwise follow
[instructions](https://facebook.github.io/react-native/docs/getting-started.html)
before that.
### Android
```
react-native run-android
```
### iOS
```
react-native run-ios
```