From 3bbc75110a4074e71d9cf852e1e1c26627dc8404 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 7 Apr 2025 16:54:26 -0300 Subject: [PATCH] Mentioning the iOS client inside the changelog and fixing the readme. --- CHANGELOG.md | 2 ++ examples/p2p-webrtc/video-transform/client/ios/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af21e0bca..19da1d16b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added a new iOS client option to the `SmallWebRTCTransport` **video-transform** example. + - Added new processors `ProducerProcessor` and `ConsumerProcessor`. The producer processor processes frames from the pipeline and decides whether the consumers should consume it or not. If so, the same frame that is received by diff --git a/examples/p2p-webrtc/video-transform/client/ios/README.md b/examples/p2p-webrtc/video-transform/client/ios/README.md index 02c27582d..d9cd6539c 100644 --- a/examples/p2p-webrtc/video-transform/client/ios/README.md +++ b/examples/p2p-webrtc/video-transform/client/ios/README.md @@ -5,7 +5,7 @@ Basic implementation using the [Pipecat iOS SDK](https://docs.pipecat.ai/client/ ## Prerequisites 1. Run the bot server. See the [server README](../../server). -2. Install [Xcode 15](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices). +2. Install [Xcode](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices). ## Running locally