valkyrie-docs/docs/api/valkyrie-js.stream._constructor_.md
2023-08-02 00:58:34 +12:00

639 B

Home > valkyrie-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)