Skip to content

Commit

Permalink
Fixing references to videoTransformers
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaserranomontes committed Jul 11, 2024
1 parent 34c152e commit 085dd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ See the system requirements for the [OpenTok Android SDK](https://tokbox.com/dev
When you create an archive of your app, the [privacy manifest settings required by Apple's App store](https://developer.apple.com/support/third-party-SDK-requirements) are added automatically with this version of the OpenTok React Native SDK.
3. If your app will use the `OTPublisher.setVideoFilters()` method, you need to include the following in your Podfile:
3. If your app will use the `OTPublisher.setVideoTransformers()` method, you need to include the following in your Podfile:
```
pod 'VonageClientSDKVideoTransformers'
Expand Down Expand Up @@ -127,7 +127,7 @@ If you try to archive the app and it fails, please do the following:
<uses-permission android:name="android.permission.CAMERA" tools:node="remove"/>
```
3. If your app will use the `OTPublisher.setVideoFilters()` method, you need to include the following in your app/build.gradle file:
3. If your app will use the `OTPublisher.setVideoTransformers()` method, you need to include the following in your app/build.gradle file:
```
implementation "com.vonage:client-sdk-video-transformers:2.28.0"
Expand Down

0 comments on commit 085dd5d

Please sign in to comment.