Install Ionic:
npm install -g @ionic/cli
Then:
npm i
Follow this link to get started with Ionic
ionic build
Install Xcode and developer tools, then run:
npx cap add ios
npx cap sync
npx cap open ios
Setup certificates inside Xcode -> Signing & Capabilities project section.
Then build from Xcode.
You can test the app with our web P2P call sample
Read more about Android deploying
Install Android Studio, then run:
npx cap add android
npx cap sync
npx cap open android
Then build from Android Studio.
You can test the app with our web P2P call sample
- apiRTC 4.4.10+
- Android 10+ (may work on 8-9 versions)
- iOS 14.5+
For this demo we use myDemoApiKey
api key. Please register on our website to get your private api key.