List of URI of the endpoints to connect to.
The current state of the WSTransport.
The uri the transport is currently connected to
Close the WebSocket, and don't try to reconnect.
Attempt to open a WebSocket connection.
Send a message through the WebSocket connection.
A message to send to the endpoint.
Whether the message was sent.
Update the preferred URI to connect to. Useful for Call signaling
reconnection, which requires connecting on the same edge. If null
is
passed, the preferred URI is unset and the original uris
array and
uriIndex
is used to determine the signaling URI to connect to.
Update acceptable URIs to reconnect to. Resets the URI index to 0.
Generated using TypeDoc
WebSocket Transport