647 B
647 B
Home > calckey-js > Stream > (constructor)
Stream.(constructor)
Constructs a new instance of the Stream
class
Signature:
constructor(
origin: string,
user: {
token: string;
} | null,
options?: {
WebSocket?: any;
},
);
Parameters
Parameter | Type | Description |
---|---|---|
origin | string | |
user | { token: string; } | null | |
options | { WebSocket?: any; } | (Optional) |