Options
Menu

Interface IWSTransportConstructorOptions

Options to be passed to the WSTransport constructor.

Hierarchy

  • IWSTransportConstructorOptions

Index

Properties

Optional WebSocket

WebSocket: any

A WebSocket factory to use instead of WebSocket.

Optional backoffMaxMs

backoffMaxMs: undefined | number

Maximum time to wait before attempting to reconnect the signaling websocket. Default is 20000ms. Minimum is 3000ms.

Optional connectTimeoutMs

connectTimeoutMs: undefined | number

Time in milliseconds before websocket times out when attempting to connect

Generated using TypeDoc