31 lines
647 B
Markdown
31 lines
647 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [Stream](./calckey-js.stream.md) > [(constructor)](./calckey-js.stream._constructor_.md)
|
||
|
|
||
|
## 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)_ |
|
||
|
|