-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS demo for the p2p-webrtc video-transform example #1532
Conversation
Depends on the iOS transport provided by this PR: pipecat-ai/pipecat-client-ios-small-webrtc#1 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ 🚀 New features to boost your workflow:
|
## 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our p2p pipecat client doesn't work w/the latest Xcode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it should work fine with the latest version. I am going to remove Xcode 15 from readme.
Creating an iOS client for the p2p-webrtc video-transform example.