Skip to main content
The Stream object represents an audio stream attached to an active call. It captures the configuration you provided when starting the stream (WebSocket URL, codec, track, bidirectional mode) along with runtime metadata such as status, start time, and end time.
A single call may have multiple concurrent streams. Each stream is identified by a unique stream_id and can be stopped independently.

Attributes

Example

Stream Object