v1.1.0
Latest
2021.3+
Interface IRelayServiceSDKConfiguration
Interface used for editing the configuration of the relay service SDK. Primary usage is for testing purposes.
Namespace: Unity.Services.Relay
Syntax
public interface IRelayServiceSDKConfigurationMethods
SetAllocationsServiceBasePath(String)
Sets the base path of the relay allocations service in configuration.
Declaration
void SetAllocationsServiceBasePath(string basePath)Parameters
| Type | Name | Description |
|---|---|---|
| String | basePath | The base path to set in configuration. |