@dialstack/sdk / server / Listener
Interface: Listener
Defined in: sdk/src/server/index.ts:737
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/src/server/index.ts:739
channel
TypeScript
channel: ListenerChannel;
Defined in: sdk/src/server/index.ts:741
created_at
TypeScript
created_at: string;
Defined in: sdk/src/server/index.ts:742
id
TypeScript
id: string;
Defined in: sdk/src/server/index.ts:738
url
TypeScript
url: string;
Defined in: sdk/src/server/index.ts:740