From 64905d094ab2b4af00571d247396303a952ae44f Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 29 Aug 2025 09:27:05 -0400 Subject: [PATCH] Update client SDK 1.0 transition note --- client/introduction.mdx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/client/introduction.mdx b/client/introduction.mdx index b4cf5f5..a1b5f96 100644 --- a/client/introduction.mdx +++ b/client/introduction.mdx @@ -3,17 +3,12 @@ title: "Client SDKs" description: "Client libraries for building real-time AI applications with Pipecat" --- - - The Client SDKs are currently in transition to a new, simpler API design. The - js and react libraries have already been deployed with these changes. Their - corresponding documentation along with this top-level documentation has been - updated to reflect the latest changes. For transitioning to the new API, - please refer to the [migration guide](/client/migration-guide). Note that - React Native, iOS, and Android SDKs are still in the process of being updated - and their documentation will be updated once the new versions are released. If - you have any questions or need assistance, please reach out to us on - [Discord](https://discord.gg/pipecat). - + + All Client SDKs have transitioned to v1.0, which uses a new, simpler API + design. For guidance in transitioning to the new API, please refer to the + [migration guide](/client/migration-guide). If you have any questions or need + assistance, please reach out to us on [Discord](https://discord.gg/pipecat). + Pipecat provides client SDKs for multiple platforms, all implementing the RTVI (Real-Time Voice and Video Inference) standard. These SDKs make it easy to build real-time AI applications that can handle voice, video, and text interactions.