Interface WebsocketOptions

The options for the Websocket manager.

Hierarchy

  • WebsocketOptions

Properties

maxReconnects?: number

The maximum number of reconnect attempts.

proxyUrl?: string

The proxy URL of the Websocket API.

reconnect?: boolean

Whether to allow reconnects.

token?: string

The auth token for the Websocket API.

version?: number

The version of the Websocket API.