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 |
int | RequestTimeoutMs[Get] Request timeout in milliseconds |
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 |
int Meta.Voice.Net.WebSockets.WitWebSocketSettings.RequestTimeoutMs |
---|
Request timeout in milliseconds |
Meta.Voice.Net.WebSockets.WitWebSocketSettings.WitWebSocketSettings ( IWitRequestConfiguration configuration ) |
---|
Constructor that takes in configuration |