Skip to content

daily-demos/rtvi-client-ios-demo

Repository files navigation

A voice to voice app for iOS

This demo is meant to showcase a basic voice to voice app that uses Daily's bots.

Prerequisites

Running locally

  1. Clone this repository locally.
  2. Open the DailyBotsDemo.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, and to see it work.

Note: In a production environment, it is recommended to avoid calling Daily's API endpoint directly.
Instead, you should route requests through your own server to handle authentication, validation,
and any other necessary logic. Therefore, the baseUrl should be set to the URL of your own server, and you should not need to define DAILY_API_KEY environment variable.

Contributing and feedback

We are welcoming contributions to this project in form of issues and pull request. For questions about RTVI head over to the Pipecat discord server and check the #rtvi channel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages