Skip to content

Commit

Permalink
Vonage official support (#662)
Browse files Browse the repository at this point in the history
* Remove obsolete info on http://tokbox.bintray.com/maven

* Remove note about lack of support from Vonage

* Announce Vonage support

* Remove unneeded TOC links
  • Loading branch information
jeffswartz authored Mar 31, 2023
1 parent ccea3b2 commit 14c136a
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@

React Native library for using [OpenTok](https://tokbox.com/developer/).

**Important:** Please note that this library is not officially supported by Vonage.

- [Pre-Requisites:](#pre-requisites)
- [Installation:](#installation)
- [iOS Installation](#ios-installation)
- [Android Installation](#android-installation)
- [Samples](#samples)
- [Docs](#docs)
- [Development and Contributing](#development-and-contributing)
- [Getting Help](#getting-help)
This library is now officially supported by Vonage.

In this repo, you'll find the OpenTok React Native library.

Expand Down Expand Up @@ -99,19 +90,11 @@ If you try to archive the app and it fails, please do the following:

3. Open your Android project in Android Studio.

4. Add the following to your project `build.gradle` file:

```
maven {
url "http://tokbox.bintray.com/maven"
}
```

5. Sync Gradle
4. Sync Gradle

6. Make sure the following in your app's gradle `compileSdkVersion`, `buildToolsVersion`, `minSdkVersion`, and `targetSdkVersion` are greater than or equal to versions specified in the OpenTok React Native library.
5. Make sure the following in your app's gradle `compileSdkVersion`, `buildToolsVersion`, `minSdkVersion`, and `targetSdkVersion` are greater than or equal to versions specified in the OpenTok React Native library.

7. As for the older Android devices, ensure you add camera and audio permissions to your `AndroidManifest.xml` file:
6. As for the older Android devices, ensure you add camera and audio permissions to your `AndroidManifest.xml` file:

```xml
<uses-permission android:name="android.permission.CAMERA" />
Expand Down

0 comments on commit 14c136a

Please sign in to comment.