Skip to main content

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

Interface: Listener

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

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:1053


channel​

TypeScript
channel: ListenerChannel;

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


created_at​

TypeScript
created_at: string;

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


id​

TypeScript
id: string;

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


url​

TypeScript
url: string;

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