[Home](./index) > [valkyrie-js](./valkyrie-js) > [Stream](./valkyrie-js.stream) > [(constructor)](./valkyrie-js.stream._constructor_) ## Stream.(constructor) Constructs a new instance of the `Stream` class **Signature:** ```typescript constructor( origin: string, user: { token: string; } | null, options?: { WebSocket?: any; }, ); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | origin | string | | | user | { token: string; } \| null | | | options | { WebSocket?: any; } | _(Optional)_ |