SdkConfiguration Constructor()
Initializes a new instance of the SdkConfiguration class with the default configuration.

C# Syntax

public SdkConfiguration()
Example
protected override SdkConfiguration GetSdkConfiguration()
{
    return new SdkConfiguration
    {
        ServerAddress = new Uri("ws://myserverAdress:5095")
    };
}