Caution
This Repository and corresponding package has moved! Check out the latest, now part of a larger suite of transports at github.com/pipecat-ai/pipecat-client-web-transports and @pipecat-ai/daily-transport
Daily transport package for use with realtime-ai
.
npm install realtime-ai @daily-co/realtime-ai-daily
import { RTVIClient } from "realtime-ai";
import { DailyTransport } from "@daily-co/realtime-ai-daily";
const rtviClient = new RTVIClient({
transport: new DailyTransport(),
// ... your RTVI config here
});
await rtviClient.connect();
Please refer to the RTVI documentation here.