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