Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 523 Bytes

File metadata and controls

33 lines (21 loc) · 523 Bytes

Open-source SIP client for Android & IOS

Based on React Native and ReactNativePJSIP

Setup

  1. Clone the repo
$ git clone https://github.com/crazydev71/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