/react-native-pjsip-app

Mobile VoIP application (android & ios) based on PjSIP and ReactNative

Primary LanguageJavaScript

Open-source SIP client for Android & IOS

Based on React Native and ReactNativePJSIP

Setup

  1. Clone the repo
$ git clone https://github.com/datso/react-native-pjsip-app
$ cd react-native-pjsip-app
  1. Install dependencies:
$ npm install
  1. Running on Android:
$ react-native run-android
  1. Running on iOS:
$ react-native run-ios