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
- Host: GitHub
- URL: https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui
- Owner: videosdk-live
- Created: 2021-11-23T08:13:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T12:50:44.000Z (over 3 years ago)
- Last Synced: 2025-04-05T12:51:08.974Z (over 1 year ago)
- Topics: react-native, webrtc
- Language: JavaScript
- Homepage:
- Size: 4.04 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)