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

https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui

WebRTC React Native Open Source UI Kti
https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui

react-native webrtc

Last synced: about 1 year ago
JSON representation

WebRTC React Native Open Source UI Kti

Awesome Lists containing this project

README

          

## Getting started
1. Run the authentication server
Follow [videosdk-rtc-nodejs-sdk-example](https://github.com/videosdk-live/videosdk-rtc-nodejs-sdk-example) to run authentication server.
2. Clone the repo
```sh
git clone https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui.git
```
3. Update the api server url in the `src/config/api.js` file that points to the authentication server.
```
HOST_URL=http://localhost:9000
```
5. Install NPM packages
```sh
npm install
```
6. Run the app
```sh
npm run start
npm android
npm ios
```
For more information, visit [official documentation](https://docs.videosdk.live/react-native/guide/video-and-audio-calling-api-sdk/getting-started)

Related
---------
- [Video SDK Prebuilt IOS SDK](https://github.com/videosdk-live/videosdk-rtc-ios-prebuilt-webview-example)
- [Video SDK Prebuilt ANDROID SDK](https://github.com/videosdk-live/videosdk-rtc-android-prebuilt-webview-example)
- [Video SDK Prebuilt REACT SDK](https://github.com/videosdk-live/videosdk-rtc-react-prebuilt-example)
- [Video SDK Prebuilt ANGULAR SDK](https://github.com/videosdk-live/videosdk-rtc-angular-prebuilt-example)
- [Video SDK Prebuilt VUE SDK](https://github.com/videosdk-live/videosdk-rtc-vue-prebuilt-example)
- [Video SDK Prebuilt React Native SDK](https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui)