Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-pagecall

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pagecall

TODO

  • 0.1.5
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
65
increased by622.22%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-pagecall

Supported platforms

  • iOS

Installation

Using npm

npm install react-native-pagecall --save

Using yarn

yarn add @react-native-pagecall
  • React Native 0.60+

CLI autolink feature links the module while building the app.

Use CocoaPods to add the native RNPageCall to your project:

npx pod-install
  • React Native <= 0.59
react-native link @react-native-pagecall

Usage

Importing

import RNPagecall from 'react-native-pagecall';

Start PageCall

// PCA URL, RoomID, MyID
RNPagecall.startPageCallWithURL("https://pplink.net", "roomID", "myID");

Start live streaming

// LSA URL
RNPagecall.startLiveStreamingWithURL("https://pplink.net/live/test_room");

Add a Privacy Policy

You can add a Privacy Policy to your iOS project's info.plist like shown below.

<key>NSCameraUsageDescription</key>
<string>Blink uses your camera to make video calls.</string>
<key>NSContactsUsageDescription</key>
<string>Blink needs access to your contacts in order to be able to call them.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Blink uses your microphone to make calls.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Our application needs permission to write photos...</string>

Keywords

FAQs

Package last updated on 27 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc