These samples demonstrate how to use opentok-react-native to do video-calling in a React Native application.
-
- This sample application shows how to connect to an OpenTok session, publish a stream, and subscribe to multiple streams for both iOS and Android using the OpenTok React Native API.
-
- This sample application shows how to connect to an OpenTok session and implement OpenTok Signaling to create a text chat for both iOS and Android using the OpenTok React Native API.
-
Install node.js
-
Install Watchman:
brew install watchman
-
Install React Native CLI:
npm install -g react-native-cli
-
Install and update Xcode (you will need a Mac)
- React Native iOS installation instructions
- Install and update Android Studio
- React Native Android installation instructions
-
Clone this repo.
-
In your terminal, change your directory to the sample project you want:
cd BasicVideoChat/
orcd Signaling/
- Install the required node modules:
npm install
- Install the Podfile's dependencies:
cd ios/ && pod install
Interested in contributing? We ❤️ pull requests! See the Contribution guidelines.
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
- Open an issue on this repository
- See https://support.tokbox.com/ for support options
- Tweet at us! We're @VonageDev on Twitter
- Or join the Vonage Developer Community Slack
- Check out the Developer Documentation at https://tokbox.com/developer/