Skip to main content
The Daily transport implementation enables real-time audio and video communication in your Pipecat C++ applications using Daily’s WebRTC infrastructure.

Dependencies

Daily Core C++ SDK

Download the Daily Core C++ SDK from the available releases for your platform and set:

Pipecat C++ SDK

Build the base Pipecat C++ SDK first and set:

Building

First, set a few environment variables:
Then, build the project:

Examples

Basic Client

Simple C++ implementation example

Audio Client

C++ client with PortAudio support

Node.js Server

Example Node.js proxy implementation