diff --git a/README.md b/README.md index 7c85f044..5bb0f584 100644 --- a/README.md +++ b/README.md @@ -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' @@ -127,7 +127,7 @@ If you try to archive the app and it fails, please do the following: ``` -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"