Skip to main content

Interface: NormalizedMediaStreamConnected

Defined in: packages/agentos/src/channels/telephony/types.ts:339

A bidirectional media stream WebSocket has connected successfully.

Extends

  • NormalizedEventBase

Properties

eventId

eventId: string

Defined in: packages/agentos/src/channels/telephony/types.ts:266

Provider-assigned event ID for idempotency.

Inherited from

NormalizedEventBase.eventId


kind

kind: "media-stream-connected"

Defined in: packages/agentos/src/channels/telephony/types.ts:340


providerCallId

providerCallId: string

Defined in: packages/agentos/src/channels/telephony/types.ts:268

Provider-assigned call ID.

Inherited from

NormalizedEventBase.providerCallId


streamSid

streamSid: string

Defined in: packages/agentos/src/channels/telephony/types.ts:342

Provider-assigned stream identifier for routing audio frames.


timestamp

timestamp: number

Defined in: packages/agentos/src/channels/telephony/types.ts:270

Unix timestamp (ms).

Inherited from

NormalizedEventBase.timestamp