Files
pipecat/examples/simple-chatbot/client/ios
Paul Kompfner 110ce27c91 In the iOS SimpleChatbot demo, wire up live updates to the selected mic and available mics list. This is beneficial for a few reasons:
- Live updates are nice! We can now more easily see what's going on when we connect or disconnect a mic.
- Resolves an issue where the initial selected mic was not shown.
- Let us see when the Pipecat client automatically switches to a new mic, like when one is connected.
2025-01-15 09:56:27 -05:00
..

iOS implementation

Basic implementation using the Pipecat iOS SDK.

Prerequisites

  1. Run the bot server. See the server README.
  2. Install Xcode 15, and set up your device to run your own applications.

Running locally

  1. Clone this repository locally.
  2. Open the SimpleChatbot.xcodeproj in Xcode.
  3. Tell Xcode to update its Package Dependencies by clicking File -> Packages -> Update to Latest Package Versions.
  4. Build the project.
  5. Run the project on your device.
  6. Connect to the URL you are testing.