0.7.0 • Published 21 days ago

react-native-linphone-sdk v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

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

0.7.0

21 days ago

0.6.105

2 months ago

0.6.104

2 months ago

0.6.103

2 months ago

0.6.99

2 months ago

0.6.102

2 months ago

0.6.101

2 months ago

0.6.100

2 months ago

0.6.98

4 months ago

0.6.97

4 months ago

0.6.96

4 months ago

0.6.95

4 months ago

0.6.94

4 months ago

0.6.93

4 months ago

0.6.92

4 months ago

0.6.91

4 months ago

0.6.9

4 months ago

0.6.7

5 months ago

0.6.8

5 months ago

0.6.6

5 months ago

0.6.5

5 months ago

0.6.4

5 months ago

0.5.8

7 months ago

0.5.7

7 months ago

0.5.9

6 months ago

0.6.3

6 months ago

0.6.2

6 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.4

8 months ago

0.5.3

8 months ago

0.5.6

8 months ago

0.5.5

8 months ago

0.2.11

12 months ago

0.2.10

12 months ago

0.5.0

10 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.5.2

9 months ago

0.3.4

11 months ago

0.5.1

10 months ago

0.3.3

11 months ago

0.4.5

10 months ago

0.2.7

12 months ago

0.4.4

10 months ago

0.2.6

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.3

12 months ago

0.4.0

11 months ago

0.2.2

12 months ago

0.4.3

10 months ago

0.2.5

12 months ago

0.4.2

10 months ago

0.2.4

12 months ago

0.1.30

1 year ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

1 year ago

0.1.26

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago