From 085dd5da73e8b4b7f06fb0342920bc18eea48f77 Mon Sep 17 00:00:00 2001 From: Marina Serrano Montes Date: Thu, 11 Jul 2024 23:14:09 +0200 Subject: [PATCH] Fixing references to videoTransformers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"