Skip to main content

@dialstack/sdk-dev / server/src / Listener

Interface: Listener

Defined in: sdk/server/src/index.ts:754

A listener streams real-time audio from an active call to your server over a WebSocket. Audio flows one way, and the call itself is unaffected — neither party is aware of it.

Properties

call_id

TypeScript
call_id: string;

Defined in: sdk/server/src/index.ts:756


channel

TypeScript
channel: ListenerChannel;

Defined in: sdk/server/src/index.ts:758


created_at

TypeScript
created_at: string;

Defined in: sdk/server/src/index.ts:759


id

TypeScript
id: string;

Defined in: sdk/server/src/index.ts:755


url

TypeScript
url: string;

Defined in: sdk/server/src/index.ts:757