string | ServerUrl[Get] The url to connect with on client.Connect() |
int | The interval in seconds before a connection is timed out |
int | ReconnectAttempts[Get] The total amount of reconnects that will be attempted if disconnected from the server. If 0, it will not attempt to reconnect. If -1, it will continuously attempt to reconnect. |
float | ReconnectInterval[Get] The interval in seconds between reconnects when disconnected |
Configuration[Get] The configuration used for wit web socket communication |
WitWebSocketSettings ( IWitRequestConfiguration configuration ) Constructor that takes in configuration |
| string Meta.Voice.Net.WebSockets.WitWebSocketSettings.ServerUrl |
|---|
The url to connect with on client.Connect() |
| int Meta.Voice.Net.WebSockets.WitWebSocketSettings.ServerConnectionTimeoutMs |
|---|
The interval in seconds before a connection is timed out |
| int Meta.Voice.Net.WebSockets.WitWebSocketSettings.ReconnectAttempts |
|---|
The total amount of reconnects that will be attempted if disconnected from the server. If 0, it will not attempt to reconnect. If -1, it will continuously attempt to reconnect. |
| float Meta.Voice.Net.WebSockets.WitWebSocketSettings.ReconnectInterval |
|---|
The interval in seconds between reconnects when disconnected |
| IWitRequestConfiguration Meta.Voice.Net.WebSockets.WitWebSocketSettings.Configuration |
|---|
The configuration used for wit web socket communication |
| Meta.Voice.Net.WebSockets.WitWebSocketSettings.WitWebSocketSettings ( IWitRequestConfiguration configuration ) |
|---|
Constructor that takes in configuration |