Skip to content

Commit 3bbc751

Browse files
committed
Mentioning the iOS client inside the changelog and fixing the readme.
1 parent b2ce1d9 commit 3bbc751

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Added a new iOS client option to the `SmallWebRTCTransport` **video-transform** example.
13+
1214
- Added new processors `ProducerProcessor` and `ConsumerProcessor`. The
1315
producer processor processes frames from the pipeline and decides whether the
1416
consumers should consume it or not. If so, the same frame that is received by

examples/p2p-webrtc/video-transform/client/ios/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Basic implementation using the [Pipecat iOS SDK](https://docs.pipecat.ai/client/
55
## Prerequisites
66

77
1. Run the bot server. See the [server README](../../server).
8-
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).
8+
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).
99

1010
## Running locally
1111

0 commit comments

Comments
 (0)