Skip to content

ApiRTC/ApiRTC-ionic-demo

Repository files navigation

ApiRTC P2P call sample on Ionic/Capacitor

Installation

Install Ionic:

npm install -g @ionic/cli

Then:

npm i

Follow this link to get started with Ionic

Build

ionic build

iOS

Read more about iOS deploying

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

Android

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

Requirements

  • apiRTC 4.4.10+
  • Android 10+ (may work on 8-9 versions)
  • iOS 14.5+

ApiRTC key

For this demo we use myDemoApiKey api key. Please register on our website to get your private api key.

About

ApiRTC Ionic Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published