Skip to content

Example of how to use ApiRTC into mobile application

Notifications You must be signed in to change notification settings

apizee/ApiRTC-mobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiRTC Cordova P2P call sample

This sample presents how to use apiRTC.js SDK with Cordova iOS/Andorid app.

Installation

First install Cordova:

npm install -g cordova

Follow this link to get started with Cordova

npm i

iOS

Install Xcode

Install iOS platform:

cordova platform add ios

Then run:

cordova prepare ios

Then run *.xcworkspace Xcode project from platforms/ios folder.

Setup certificates inside Xcode -> Signing & Capabilities project section.

Then build from Xcode or use Cordova deployment tools.

Read more about iOS deploying

You can test the app with our web P2P call sample

Android

Install Android Studio

Add Android platform:

cordova platform add android

Then run:

cordova prepare android

Then compile and deploy app to the connected device:

cordova run android --device

OR use Android Studio to build and run the app.

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

Example of how to use ApiRTC into mobile application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 52.9%
  • HTML 37.7%
  • CSS 9.4%