You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-linphone-sdk

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-linphone-sdk

test

0.7.9
latest
Source
npmnpm
Version published
Weekly downloads
18
500%
Maintainers
0
Weekly downloads
 
Created
Source

react-native-linphone-sdk

for linephone

Installation

npm install react-native-linphone-sdk

IOS

Add Content To Podfile

source "https://gitlab.linphone.org/BC/public/podspec.git"

Android

add

allprojects {
    repositories {
      maven {
          name "linphone.org maven repository"
          url "https://linphone.org/maven_repository/"
          content {
              includeGroup "org.linphone"
          }
      }
    }
}

to android/build.gradle

add

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />

to AndroidManifest.xml

add

implementation 'androidx.media:media:1.2.0'

to build.gradle

Usage

import { multiply } from 'react-native-linphone-sdk';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 13 Dec 2024

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