Skip to content

openStream

openStream(options): StreamHandle

Defined in: client.ts:158

Open an island stream and choreograph it.

Returns immediately with a handle; finished resolves with the terminal state. It never rejects — a broken stream leaves whatever was painted on screen and reports phase: "failed", because throwing from inside a customer’s render tree is a worse outcome than a creative that stopped adapting.

StreamOptions

StreamHandle