Demo for usage of apiRTC with react-native
ApiRTC is full WebRTC API provided by Apizee : www.apirtc.com
This demo is also using react-native-webrtc : https://github.com/oney/react-native-webrtc
- Clone the repository, run
npm install
. - For iOS, run the project on Xcode : reactNativeApiRTC/ios/reactNativeApiRTC.xcodeproj
- Open this link with Chrome to exchange with your mobile over WebRTC
For this demo we use the ApiKey "myDemoApiKey". Please register on our website to get your private ApiKey
- Only iOS is supported in this first version
- Only video calls are supported in this first version.