🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

@pipecat-ai/daily-transport

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipecat-ai/daily-transport

Pipecat Daily Transport Package

Source
npmnpm
Version
0.3.2
Version published
Maintainers
5
Created
Source

Pipecat's Real-Time Voice Inference - Daily Transport

Docs NPM Version

Daily transport package for use with @pipecat-ai/client-js.

How to use

Install relevant packages

npm install @pipecat-ai/client-js @pipecat-ai/daily-transport

Import and pass transport to your RTVI client

import { RTVIClient } from "@pipecat-ai/client-js";
import { DailyTransport } from "@pipecat-ai/daily-transport";

const rtviClient = new RTVIClient({
    transport: new DailyTransport(),
    // ... your RTVI config here
});

await rtviClient.connect();

###Documentation

Please refer to the RTVI documentation here.

FAQs

Package last updated on 11 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts